5 lines
146 B
Bash
5 lines
146 B
Bash
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
|
|
if [ -d "$HOME/.rvm/bin" ] ; then
|
|
addpath "$HOME/.rvm/bin"
|
|
fi
|