From 31e9cdd851cc6fc34f83cfe0e5dc9256e5f87691 Mon Sep 17 00:00:00 2001 From: "Miles Z. Sterrett" Date: Tue, 20 Jan 2015 09:43:58 -0500 Subject: [PATCH] I think RVM decided to modify bash stuff for me. K. --- bash_profile | 2 ++ bashrc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/bash_profile b/bash_profile index bce2c3b..ce37a78 100644 --- a/bash_profile +++ b/bash_profile @@ -2,3 +2,5 @@ # include .bashrc source ~/.bashrc + +[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* diff --git a/bashrc b/bashrc index 790156e..f0f900e 100644 --- a/bashrc +++ b/bashrc @@ -65,3 +65,5 @@ source ~/.git-completion.bash # RVM [[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm + +export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting