rbenv plugin

pull/88/head
Victor Castell 2011-11-05 13:20:00 +01:00
parent 76fcb58099
commit ef4111e9b0
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#!/bin/bash
# Load rbebv, if you are using it
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
# Check to make sure that RVM is actually loaded before adding
# the customizations to it.
if [ "$rvm_path" ]
then
# Load the auto-completion script if rbenv was loaded.
source ~/.rbenv/completions/rbenv.bash
fi