mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-01-21 00:41:02 +08:00
10 lines
166 B
Fish
10 lines
166 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
|
|
|
|
rbenv rehash >/dev/null ^&1
|