Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
bash_it
/
ea0dc44c537b8c9bc1cf7d184a1566bfadae45a1
/
.
/
plugins
/
available
/
rbenv.plugin.bash
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