mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-26 09:28:52 -05:00
5 lines
114 B
Plaintext
5 lines
114 B
Plaintext
if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".rvmrc" ] ; then
|
|
source "$rvm_path/scripts/rvm"
|
|
source ".rvmrc"
|
|
fi
|