From b4dd9917af961d22bdcfefd701f93178e467e3a3 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 20 Apr 2022 15:02:07 -0500 Subject: drop some unused cruft --- config/zsh/30-behavior.zsh | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'config/zsh') 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 @@ -36,21 +36,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 -- cgit v1.2.3