blob: 70fe62c33c738fbca1078044163b08908196998b [file] [log] [blame]
Victor Castelle7deb902011-11-05 15:53:27 +01001# Load rbebv, if you are using it
Erich Smith55e77de2012-05-11 23:27:03 -04002
3cite about-plugin
4about-plugin 'load rbenv, if you are using it'
5
Victor Castelle7deb902011-11-05 15:53:27 +01006export PATH="$HOME/.rbenv/bin:$PATH"
Mike Thorntonbae8a1c2012-05-07 15:48:38 -05007[[ `which rbenv` ]] && eval "$(rbenv init -)"
Victor Castelle7deb902011-11-05 15:53:27 +01008
9# Load the auto-completion script if rbenv was loaded.
Erich Smith55e77de2012-05-11 23:27:03 -040010[[ -e ~/.rbenv/completions/rbenv.bash ]] && source ~/.rbenv/completions/rbenv.bash