blob: bfac84d1d14e106c031f4972b594c5d54ae8d8c6 [file] [log] [blame]
#!/bin/bash
# Load rbebv, if you are using it
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
# Load the auto-completion script if rbenv was loaded.
source ~/.rbenv/completions/rbenv.bash