mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
8 lines
137 B
Fish
8 lines
137 B
Fish
if test -d $HOME/.rbenv/bin
|
|
set PATH $HOME/.rbenv/bin $PATH
|
|
end
|
|
|
|
if test -d $HOME/.rbenv/shims
|
|
set PATH $HOME/.rbenv/shims $PATH
|
|
end
|