diff --git a/.profile b/.profile index c5d8af9..cfdf994 100644 --- a/.profile +++ b/.profile @@ -1,4 +1,4 @@ # -if [ "$SHELL" == "/bin/bash" -o "$SHELL" == "/usr/local/bin/bash" ]; +if [ "$SHELL" == "/bin/bash" -o "$SHELL" == "/usr/local/bin/bash" ]; then source ${HOME}/.bashrc fi