aboutsummaryrefslogtreecommitdiff
path: root/system/.profile
diff options
context:
space:
mode:
authorCamil Staps2019-08-20 14:33:03 +0200
committerCamil Staps2019-08-20 14:33:03 +0200
commit7e7417d2d3ddf6825893e312848edcced810d22e (patch)
treed088006233122b1be772d2a5356a4fbcf8c59509 /system/.profile
parentUpdate vim spellfile (diff)
Add rvm init to .profile
Diffstat (limited to 'system/.profile')
-rw-r--r--system/.profile2
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"