Commit b42782e0 authored by Konrad Borowski's avatar Konrad Borowski

Fix `set $PATH` mistake.

parent d067714b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment