mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-24 21:26:30 +00:00
Fix rbenv failure in fish
This commit is contained in:
parent
96a2dc9381
commit
23de12fab5
@ -60,7 +60,7 @@ end
|
|||||||
|
|
||||||
# Ruby paths
|
# Ruby paths
|
||||||
if type -q rbenv ; and status --is-interactive
|
if type -q rbenv ; and status --is-interactive
|
||||||
source (rbenv init -|psub)
|
set -gx PATH $PATH $HOME/.rbenv/shims
|
||||||
else if [ -d "$HOME/.rvm" ]
|
else if [ -d "$HOME/.rvm" ]
|
||||||
set -gx PATH $PATH $HOME/.rvm/bin
|
set -gx PATH $PATH $HOME/.rvm/bin
|
||||||
source "$HOME/.rvm/scripts/extras/rvm.fish"
|
source "$HOME/.rvm/scripts/extras/rvm.fish"
|
||||||
|
Loading…
Reference in New Issue
Block a user