Skip to content
Snippets Groups Projects
Commit b42782e0 authored by Konrad Borowski's avatar Konrad Borowski
Browse files

Fix `set $PATH` mistake.

parent d067714b
Branches
No related merge requests found
...@@ -3,7 +3,7 @@ if test -n "$PYENV_ROOT" ...@@ -3,7 +3,7 @@ if test -n "$PYENV_ROOT"
set PATH $PYENV_ROOT/bin $PATH set PATH $PYENV_ROOT/bin $PATH
end end
if test -d $PYENV_ROOT/shims if test -d $PYENV_ROOT/shims
set $PATH $PYENV_ROOT/shims $PATH set PATH $PYENV_ROOT/shims $PATH
end end
else else
if test -d $HOME/.pyenv/bin if test -d $HOME/.pyenv/bin
......
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