Merge pull request #89 from GlitchMr/fix-path

Fix `set $PATH` mistake.
This commit is contained in:
Bruno 2013-11-19 23:55:46 -08:00
commit 4eeb5b9062

View File

@ -3,7 +3,7 @@ if test -n "$PYENV_ROOT"
set PATH $PYENV_ROOT/bin $PATH
end
if test -d $PYENV_ROOT/shims
set $PATH $PYENV_ROOT/shims $PATH
set PATH $PYENV_ROOT/shims $PATH
end
else
if test -d $HOME/.pyenv/bin