From 6a10614609c756eb8b831f020ba2ebddff9674ad 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 --- plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh | 2 ++ templates/zshrc.zsh-template | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh diff --git a/plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh b/plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh new file mode 100644 index 000000000..aa1ff17b4 --- /dev/null +++ b/plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh @@ -0,0 +1,2 @@ +export WORKON_HOME="/Volumes/Workspace/Envs" +source /usr/local/share/python/virtualenvwrapper.sh diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 6f184c80e..175bface9 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -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