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