mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-24 20:51:21 +08:00
8 lines
164 B
Fish
8 lines
164 B
Fish
if test -n "$PYENV_ROOT"
|
|
_append_path $PYENV_ROOT/bin
|
|
_append_path $PYENV_ROOT/shims
|
|
else
|
|
_append_path $HOME/.pyenv/bin
|
|
_append_path $HOME/.pyenv/shims
|
|
end
|