Added new virtualenvwrapper plugin

This commit is contained in:
Carlos Cardoso 2012-04-08 22:34:38 -03:00
commit 6a10614609
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
export WORKON_HOME="/Volumes/Workspace/Envs"
source /usr/local/share/python/virtualenvwrapper.sh

View file

@ -29,7 +29,7 @@ ZSH_THEME="gallifrey"
# 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 osx python pip django)
plugins=(git osx python virtualenvwrapper)
source $ZSH/oh-my-zsh.sh