From 0cd23633459baf4ac8990bd148e7a1c136302566 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Wed, 14 Sep 2016 16:37:14 +0200 Subject: [PATCH] Init RVM all in one place --- .bashrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 4bf62b0..2c0c802 100644 --- a/.bashrc +++ b/.bashrc @@ -140,6 +140,7 @@ if [[ -s $HOME/.rvm/scripts/rvm ]]; then source $HOME/.rvm/scripts/rvm # tab completion for RVM [[ -r $rvm_path/scripts/completion ]] && . $rvm_path/scripts/completion + PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting fi # setting up editor if not yet done @@ -319,5 +320,3 @@ fi # Clean up. unset ps1_user ps1_host ps1_vcs ps_ruby ps1_pwd ps1_ruby script this dir bin - -PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting