dotfiles/bash-files/bash_profile

6 lines
189 B
Bash
Raw Normal View History

if [ -L ~/.bashrc ] || [ -f ~/.bashrc ]; then
2012-08-15 00:33:15 -04:00
source ~/.bashrc;
fi
2016-02-03 18:04:51 -08:00
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*