change venv stuff

This commit is contained in:
Tyrel Souza 2016-02-23 12:40:21 -05:00
parent ffceee4fdc
commit 760d93d813
1 changed files with 2 additions and 0 deletions

2
zshrc
View File

@ -7,6 +7,8 @@ if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then
else
ZSH_THEME="candy"
ZSH_THEME="jonathan"
ZSH_THEME="dstufft"
export VIRTUAL_ENV_DISABLE_PROMPT=1
fi
source $ZSH/oh-my-zsh.sh