#
# ~/.bash_profile
[[ -f ~/.bashrc ]] && . ~/.bashrc
[[ -f ~/.bash_local ]] && . ~/.bash_local
[[ -f ~/.profile ]] && . ~/.profile