Mercurial > hg > config
comparison .bash_profile @ 765:b8ac41eda8ee
what it should be maybe
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Fri, 15 Jan 2016 21:34:50 -0800 |
parents | 6af50cab823f |
children | fb03f2527562 |
comparison
equal
deleted
inserted
replaced
764:6af50cab823f | 765:b8ac41eda8ee |
---|---|
1 # /etc/skel/.bash_profile | |
2 | |
3 # This file is sourced by bash for login shells. The following line | 1 # This file is sourced by bash for login shells. The following line |
4 # runs your .bashrc and is recommended by the bash info pages. | 2 # runs your .bashrc and is recommended by the bash info pages. |
5 [[ -f ~/.bashrc ]] && . ~/.bashrc | 3 [[ -f ~/.bashrc ]] && . ~/.bashrc |
6 | 4 |
7 [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* | 5 [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* |