diff --git a/.bash_profile b/.bash_profile index 0a250fe..0a28cd8 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,4 +1,2 @@ -# include .bashrc if it exists -if [ -f ~/.bashrc ]; then - . ~/.bashrc -fi +[ -f ~/.bashrc ] && . ~/.bashrc +[ -f ~/.profile ] && . ~/.profile