comparison .bash_profile @ 766:fb03f2527562

remove this; it shouldnt be necessary
author Jeff Hammel <k0scist@gmail.com>
date Sat, 16 Jan 2016 15:30:41 -0800
parents b8ac41eda8ee
children
comparison
equal deleted inserted replaced
765:b8ac41eda8ee 766:fb03f2527562
1 # 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
2 # runs your .bashrc and is recommended by the bash info pages. 2 # runs your .bashrc and is recommended by the bash info pages.
3 [[ -f ~/.bashrc ]] && . ~/.bashrc 3 [[ -f ~/.bashrc ]] && . ~/.bashrc
4
5 [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*