mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-03-04 15:30:56 +08:00
8 lines
168 B
Fish
8 lines
168 B
Fish
if test -n "$RBENV_ROOT"
|
|
_prepend_path $RBENV_ROOT/bin
|
|
_prepend_path $RBENV_ROOT/shims
|
|
else
|
|
_prepend_path $HOME/.rbenv/bin
|
|
_prepend_path $HOME/.rbenv/shims
|
|
end
|