8 lines
201 B
Bash
8 lines
201 B
Bash
#!/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 |