mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-23 11:35:43 +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
|