mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Added new virtualenvwrapper plugin
This commit is contained in:
parent
4d6947ca0f
commit
6a10614609
2 changed files with 3 additions and 1 deletions
2
plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh
Normal file
2
plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export WORKON_HOME="/Volumes/Workspace/Envs"
|
||||
source /usr/local/share/python/virtualenvwrapper.sh
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue