mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-11 07:10:29 +00: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
|