From c6e8fa92ea920e7596e0ac1f4b82cffb9a7852cf Mon Sep 17 00:00:00 2001 From: Carlos Cardoso Date: Sun, 8 Apr 2012 22:34:38 -0300 Subject: [PATCH] Added new virtualenvwrapper plugin --- templates/zshrc.zsh-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index aa0a79255..fd411bd15 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -32,7 +32,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