fix rbenv plugin according to PR comments
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user