From 7e7417d2d3ddf6825893e312848edcced810d22e Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 20 Aug 2019 14:33:03 +0200 Subject: Add rvm init to .profile --- system/.profile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system/.profile') 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" -- cgit v1.2.3