Fix rbenv failure in fish

This commit is contained in:
ViViDboarder 2020-10-23 11:45:44 -07:00
parent 96a2dc9381
commit 23de12fab5
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ end
# Ruby paths
if type -q rbenv ; and status --is-interactive
source (rbenv init -|psub)
set -gx PATH $PATH $HOME/.rbenv/shims
else if [ -d "$HOME/.rvm" ]
set -gx PATH $PATH $HOME/.rvm/bin
source "$HOME/.rvm/scripts/extras/rvm.fish"