#
# ~/.bash_profile
#

# Run .profile
[[ -f ~/.profile ]] && . ~/.profile

# Run .bashrc
[[ -f ~/.bashrc ]] && . ~/.bashrc

