X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=blobdiff_plain;f=.bashrc;h=68d85a6797c8a167469f2574edd5f168d0db3d36;hp=649885ffd6f1ae25e9a2b90cf262f0c8384f92f5;hb=3a0b4540254742384f7ac29ea30127755f4cd5a5;hpb=6fbd5847acac01187a45bae6b7908bc48c7b71f0 diff --git a/.bashrc b/.bashrc index 649885f..68d85a6 100644 --- a/.bashrc +++ b/.bashrc @@ -60,6 +60,14 @@ if [ -f $HOME/.bashrc_local ]; then source $HOME/.bashrc_local fi +# Install RVM if it's not installed. +if [ ! -f $HOME/.rvm/scripts/rvm ]; then + bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer ) +fi + +# Load RVM into shell session. +[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" + # Automatically open screen. # The if statement prevents it from recursing (since screen opens bash). if [ $TERM != screen ]; then