11 lines
323 B
Bash
11 lines
323 B
Bash
# Load rbebv, if you are using it
|
|
|
|
cite about-plugin
|
|
about-plugin 'load rbenv, if you are using it'
|
|
|
|
export PATH="$HOME/.rbenv/bin:$PATH"
|
|
[[ `which rbenv` ]] && eval "$(rbenv init -)"
|
|
|
|
# Load the auto-completion script if rbenv was loaded.
|
|
[[ -e ~/.rbenv/completions/rbenv.bash ]] && source ~/.rbenv/completions/rbenv.bash
|