Updated virtualenv initialization.

This commit is contained in:
Carlos Cardoso 2012-09-25 01:15:15 -03:00 committed by Gaetan Semet
commit f1288297c7

View file

@ -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