diff options
author | Matt Singleton <matt@xcolour.net> | 2022-04-20 15:02:07 -0500 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2022-04-20 15:02:07 -0500 |
commit | b4dd9917af961d22bdcfefd701f93178e467e3a3 (patch) | |
tree | ffec02ce5a0fc68b187230832c27131ef88af925 /config/zsh | |
parent | 453ee6ce7b4333d902c399f3f884a5bb4cd1d398 (diff) |
drop some unused cruft
Diffstat (limited to 'config/zsh')
-rw-r--r-- | config/zsh/30-behavior.zsh | 15 |
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 { |