Mercurial > hg > config
comparison .bash_profile @ 764:6af50cab823f
rvm for ruby...i hope i dont regret this
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Fri, 15 Jan 2016 09:39:31 -0800 |
parents | f3ab51c79813 |
children | b8ac41eda8ee |
comparison
equal
deleted
inserted
replaced
763:e047129c84bc | 764:6af50cab823f |
---|---|
1 # /etc/skel/.bash_profile | 1 # /etc/skel/.bash_profile |
2 | 2 |
3 # This file is sourced by bash for login shells. The following line | 3 # This file is sourced by bash for login shells. The following line |
4 # runs your .bashrc and is recommended by the bash info pages. | 4 # runs your .bashrc and is recommended by the bash info pages. |
5 [[ -f ~/.bashrc ]] && . ~/.bashrc | 5 [[ -f ~/.bashrc ]] && . ~/.bashrc |
6 | |
7 [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* |