# HG changeset patch # User Jeff Hammel # Date 1452879571 28800 # Node ID 6af50cab823f5f332f87f43cb889a114215ca254 # Parent e047129c84bc850ab143e38d5ce168aaaa8097cb rvm for ruby...i hope i dont regret this diff -r e047129c84bc -r 6af50cab823f .bash_profile --- a/.bash_profile Wed Jan 06 09:44:57 2016 -0800 +++ b/.bash_profile Fri Jan 15 09:39:31 2016 -0800 @@ -3,3 +3,5 @@ # This file is sourced by bash for login shells. The following line # runs your .bashrc and is recommended by the bash info pages. [[ -f ~/.bashrc ]] && . ~/.bashrc + +[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* diff -r e047129c84bc -r 6af50cab823f .bashrc --- a/.bashrc Wed Jan 06 09:44:57 2016 -0800 +++ b/.bashrc Fri Jan 15 09:39:31 2016 -0800 @@ -612,3 +612,5 @@ fi } regeneratefluxmenu + +export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting