aboutsummaryrefslogtreecommitdiff
path: root/config/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'config/zsh')
-rw-r--r--config/zsh/30-behavior.zsh15
1 files changed, 0 insertions, 15 deletions
diff --git a/config/zsh/30-behavior.zsh b/config/zsh/30-behavior.zsh
index f2e483e..6b2b2c2 100644
--- a/config/zsh/30-behavior.zsh
+++ b/config/zsh/30-behavior.zsh
@@ -37,21 +37,6 @@ case "$TERM" in
esac
#
-# virtualenv
-
-if [ -e /usr/local/bin/virtualenvwrapper_lazy.sh ]; then
- vew=/usr/local/bin/virtualenvwrapper_lazy.sh
-elif [ -e /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh ]; then
- vew=/usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh
-fi
-
-if [ -n "$vew" ]; then
- export VIRTUAL_ENV_DISABLE_PROMPT=true
- export WORKON_HOME=~/.virtualenv/envs
- source $vew
-fi
-
-#
# draw a horizontal separator
function hr {