add .bash_profile, add virtualenv

This commit is contained in:
Oliver Ladner 2018-10-02 15:42:30 +02:00
commit 0d8ade2e6e
2 changed files with 8 additions and 0 deletions

4
.bash_profile Normal file
View file

@ -0,0 +1,4 @@
neofetch --disable model packages
[[ -s ~/.bashrc ]] && source ~/.bashrc

View file

@ -6,3 +6,7 @@ HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z # "
# 256-color terminal if available
export TERM=xterm-256color
export WORKON_HOME=$HOME/virtualenvs
export PROJECT_HOME=$HOME/git
[ -f /usr/local/bin/virtualenvwrapper.sh ] && source /usr/local/bin/virtualenvwrapper.sh