mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Add virtualenvwrapper support to dotfiles.
This commit is contained in:
@@ -21,4 +21,7 @@ if [[ $TERM == "xterm" && $COLORTERM == "gnome-terminal" ]] ; then
|
||||
export TERM="xterm-256color"
|
||||
fi
|
||||
|
||||
# For virtualenvwrapper
|
||||
export WORKON_HOME=$HOME/.virtualenvs
|
||||
|
||||
if [[ -e $HOME/.localenv ]] ; then source $HOME/.localenv ; fi
|
||||
|
||||
Reference in New Issue
Block a user