mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
8 lines
164 B
Fish
8 lines
164 B
Fish
if test -n "$RBENV_ROOT"
|
|
_append_path $RBENV_ROOT/bin
|
|
_append_path $RBENV_ROOT/shims
|
|
else
|
|
_append_path $HOME/.rbenv/bin
|
|
_append_path $HOME/.rbenv/shims
|
|
end
|