diff options
Diffstat (limited to 'system/.profile')
-rw-r--r-- | system/.profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/.profile b/system/.profile index 9ec9a51..3907f45 100644 --- a/system/.profile +++ b/system/.profile @@ -49,3 +49,5 @@ shopt -s globstar export PATH="$HOME/.cargo/bin:$PATH" export PATH="$HOME/.mozbuild/arcanist/bin:$HOME/.mozbuild/moz-phab:$PATH" export PATH="$PATH:$HOME/.rvm/bin" + +[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" |