aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/behavior.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/behavior.zsh b/zsh/behavior.zsh
index 82f31f1..d9362d0 100644
--- a/zsh/behavior.zsh
+++ b/zsh/behavior.zsh
@@ -39,5 +39,5 @@ esac
if [ -e /usr/local/bin/virtualenvwrapper.sh ]; then
export VIRTUAL_ENV_DISABLE_PROMPT=true
export WORKON_HOME=~/.virtualenv/envs
- source /usr/local/bin/virtualenvwrapper.sh
+ source /usr/local/bin/virtualenvwrapper_lazy.sh
fi