Skip to content
Snippets Groups Projects
Commit 4eeb5b90 authored by Bruno's avatar Bruno
Browse files

Merge pull request #89 from GlitchMr/fix-path

Fix `set $PATH` mistake.
parents d067714b b42782e0
No related merge requests found
......@@ -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
......
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