dotfiles/bash-files/bash_profile
2016-02-03 18:04:51 -08:00

5 lines
189 B
Bash

if [ -L ~/.bashrc ] || [ -f ~/.bashrc ]; then
source ~/.bashrc;
fi
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*