fix rbenv plugin according to PR comments
parent
48f4292b18
commit
b32cb8fee2
|
|
@ -3,7 +3,7 @@
|
||||||
cite about-plugin
|
cite about-plugin
|
||||||
about-plugin 'load rbenv, if you are using it'
|
about-plugin 'load rbenv, if you are using it'
|
||||||
|
|
||||||
pathmunge $HOME/.rbenv/bin
|
pathmunge "$HOME"/.rbenv/bin
|
||||||
[ -x `which rbenv` ] && eval "$(rbenv init -)"
|
[ -x `which rbenv` ] && eval "$(rbenv init -)"
|
||||||
|
|
||||||
[ -d $HOME/.rbenv/plugins/ruby-build ] && pathmunge $HOME/.rbenv/plugins/ruby-build/bin
|
[ -d "$HOME"/.rbenv/plugins/ruby-build ] && pathmunge "$HOME"/.rbenv/plugins/ruby-build/bin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue