mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
5 lines
107 B
Bash
5 lines
107 B
Bash
# Enable RVM if available
|
|
if [[ -s ${HOME}/.rvm/scripts/rvm ]] ; then
|
|
source ${HOME}/.rvm/scripts/rvm
|
|
fi
|