[zsh] Really for real fix the &>
and >&
IO redirection confusion
init_env_vi was still using it
This commit is contained in:
parent
adfc594420
commit
386b88ee9e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ fi
|
|||
|
||||
export PYTHONPATH
|
||||
|
||||
if which virtualenvwrapper.sh 1>/dev/null 2>&1; then
|
||||
if which virtualenvwrapper.sh &> /dev/null; then
|
||||
export WORKON_HOME="$HOME/src/py/.envs"
|
||||
source `which virtualenvwrapper.sh`
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue