mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-24 15:47:40 +08:00
8 lines
137 B
Fish
8 lines
137 B
Fish
if test -d $HOME/.plenv/bin
|
|
set PATH $HOME/.plenv/bin $PATH
|
|
end
|
|
|
|
if test -d $HOME/.plenv/shims
|
|
set PATH $HOME/.plenv/shims $PATH
|
|
end
|