mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-12-02 14:03:51 +08: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
|