mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
VirtualEnvWrapper plugin customization
This commit is contained in:
parent
6a10614609
commit
73321f3e7e
1 changed files with 6 additions and 2 deletions
|
|
@ -1,2 +1,6 @@
|
||||||
export WORKON_HOME="/Volumes/Workspace/Envs"
|
|
||||||
source /usr/local/share/python/virtualenvwrapper.sh
|
VW_SCRIPT=`which virtualenvwrapper.sh`
|
||||||
|
if [ -f $VW_SCRIPT ]; then
|
||||||
|
export WORKON_HOME="~/virtualenvs"
|
||||||
|
source $VW_SCRIPT
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue