mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-15 03:00:11 +00:00
[zsh] Remove virtualenvwrapper
This is completely replaced by pyenv at this point.
This commit is contained in:
parent
c329be35af
commit
a050bec470
1 changed files with 0 additions and 4 deletions
4
.zshrc
4
.zshrc
|
@ -45,10 +45,6 @@ export ALTERNATE_EDITOR=""
|
|||
|
||||
alias erl='rlwrap -a erl'
|
||||
|
||||
if which virtualenvwrapper.sh >/dev/null; then
|
||||
source virtualenvwrapper.sh
|
||||
fi
|
||||
|
||||
if [ -d ${HOME}/.cabal/bin ]; then
|
||||
export PATH="${HOME}/.cabal/bin:$PATH"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue