bash-it/plugins/available/rbenv.plugin.bash

12 lines
318 B
Bash

# Load rbebv, if you are using it
cite about-plugin
about-plugin 'load rbenv, if you are using it'
pathmunge "${HOME}/.rbenv/bin"
[[ `which rbenv` ]] && eval "$(rbenv init -)"
# Load the auto-completion script if rbenv was loaded.
[[ -e ~/.rbenv/completions/rbenv.bash ]] && source ~/.rbenv/completions/rbenv.bash