diff --git a/.bash_profile b/.bash_profile index 1028aef..bcb16fa 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,3 +1,6 @@ if [ -f ~/.bashrc ]; then source ~/.bashrc fi +if [ -f ~/.bashrc_local ]; then + source ~/.bashrc_local +fi