mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-21 12:01:27 +08:00
Fix set $PATH
mistake.
This commit is contained in:
parent
d067714b71
commit
b42782e05e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user