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