#
# ~/.bash_profile
#

# load exports 
[[ -f ~/.bashrc ]] && . ~/.bashrc

# load bash config 
[[ -f ~/.bashrc ]] && . ~/.bash_config

