diff --git a/dotfiles/zshrc.sh b/dotfiles/zshrc.sh index 95c4534..5132575 100644 --- a/dotfiles/zshrc.sh +++ b/dotfiles/zshrc.sh @@ -5,9 +5,6 @@ export GJ_ENV=local_aptproxy # Path to your oh-my-zsh installation. export ZSH=$ZCFG/packages/oh-my-zsh -# virtualenvwrapper -export WORKON_HOME=$HOME/.virtualenvs - export LANG=en_US.UTF-8 # Compilation flags @@ -45,7 +42,7 @@ source $ZSH/oh-my-zsh.sh # virtualenvwrapper if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then - # export WORKON_HOME=$HOME/.virtualenvs + export WORKON_HOME=$HOME/.virtualenvs source /usr/local/bin/virtualenvwrapper.sh plugins+=(pip python virtualenv virtualenvwrapper) fi