diff options
author | Camil Staps | 2019-08-20 14:33:03 +0200 |
---|---|---|
committer | Camil Staps | 2019-08-20 14:33:03 +0200 |
commit | 7e7417d2d3ddf6825893e312848edcced810d22e (patch) | |
tree | d088006233122b1be772d2a5356a4fbcf8c59509 /system/.profile | |
parent | Update vim spellfile (diff) |
Add rvm init to .profile
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" |