Added new virtualenvwrapper plugin

This commit is contained in:
Carlos Cardoso 2012-04-08 22:34:38 -03:00 committed by Gaetan Semet
commit c6e8fa92ea

View file

@ -32,7 +32,7 @@ ZSH_THEME="gallifrey"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # 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/ # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # 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 source $ZSH/oh-my-zsh.sh