mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-19 13:52:45 +08:00
8 lines
137 B
Fish
8 lines
137 B
Fish
if test -d $HOME/.pyenv/bin
|
|
set PATH $HOME/.pyenv/bin $PATH
|
|
end
|
|
|
|
if test -d $HOME/.pyenv/shims
|
|
set PATH $HOME/.pyenv/shims $PATH
|
|
end
|