add .bash_profile, add virtualenv
This commit is contained in:
parent
5b82fd59e6
commit
0d8ade2e6e
2 changed files with 8 additions and 0 deletions
4
.bash_profile
Normal file
4
.bash_profile
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
neofetch --disable model packages
|
||||||
|
|
||||||
|
[[ -s ~/.bashrc ]] && source ~/.bashrc
|
||||||
|
|
||||||
|
|
@ -6,3 +6,7 @@ HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z # "
|
||||||
|
|
||||||
# 256-color terminal if available
|
# 256-color terminal if available
|
||||||
export TERM=xterm-256color
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue