From f1288297c76a59493a8061f7a6e875c85abcc3b8 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 33fb833e6..785ba152f 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -35,6 +35,7 @@ DISABLE_AUTO_UPDATE="true" plugins=(git python 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