Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
bash_it
/
b524bb604756d33ec330abe5300a7a1a6d3a833b
/
.
/
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