From b4cbff6f5151fb8d88958dca50a14f0debdfd1e5 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 24 Jul 2019 20:08:05 +0200 Subject: Use RVM to install ruby (rbenv has no 2.6.3 yet) --- system/.profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'system/.profile') 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" -- cgit v1.2.3