5 lines
93 B
Bash
5 lines
93 B
Bash
if [ -f "$HOME/.rbenv/bin/rbenv" ] ; then
|
|
eval "$($HOME/.rbenv/bin/rbenv init - bash)"
|
|
fi
|
|
|