aboutsummaryrefslogtreecommitdiff
path: root/config/zsh/30-behavior.zsh
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2022-04-20 15:02:07 -0500
committerMatt Singleton <matt@xcolour.net>2022-04-20 15:02:07 -0500
commitb4dd9917af961d22bdcfefd701f93178e467e3a3 (patch)
treeffec02ce5a0fc68b187230832c27131ef88af925 /config/zsh/30-behavior.zsh
parent453ee6ce7b4333d902c399f3f884a5bb4cd1d398 (diff)
drop some unused cruft
Diffstat (limited to 'config/zsh/30-behavior.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 {