mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-24 23:04:47 +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
|