oh-my-fish/plugins/rbenv/rbenv.load

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