aboutsummaryrefslogtreecommitdiff
path: root/system/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'system/.profile')
-rw-r--r--system/.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/.profile b/system/.profile
index 0e1fc48..7dfe73d 100644
--- a/system/.profile
+++ b/system/.profile
@@ -48,3 +48,7 @@ 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"
+
+# Load RVM into a shell session *as a function*
+[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"