mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2025-03-10 14:50:09 -04:00
5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
![]() |
if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".rvmrc" ] ; then
|
||
|
source "$rvm_path/scripts/rvm"
|
||
|
source ".rvmrc"
|
||
|
fi
|
||
|
|