1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-05 16:43:22 +00:00

Init RVM all in one place

This commit is contained in:
Holger Just 2016-09-14 16:37:14 +02:00
parent 9f4fb865a8
commit 0cd2363345

View File

@ -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