From e52f738b002b340ed4831e157aebaa1b4ad75ddc Mon Sep 17 00:00:00 2001 From: mj Date: Fri, 17 Apr 2015 23:41:53 +0200 Subject: [PATCH] [TEST] zshrc: virtualenvwrapper --- dotfiles/zshrc.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.0.0