From fe80ab4baa5902afe78d7683b269345395aa1d8d Mon Sep 17 00:00:00 2001 From: Carlos Cardoso Date: Tue, 25 Sep 2012 01:15:15 -0300 Subject: [PATCH] Updated virtualenv initialization. --- templates/zshrc.zsh-template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 1f1513334..62fbda14d 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -29,9 +29,10 @@ DISABLE_AUTO_UPDATE="true" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git python virtualenvwrapper pythonbrew vim-override) +plugins=(git python pythonbrew vim-override) source $ZSH/oh-my-zsh.sh +source `which virtualenvwrapper.sh` # Customize to your needs... if [ -z "$LC_ALL" ]; then export LC_ALL=en_US.UTF-8; fi