diff --git a/bash/.bash_profile b/bash/.bash_profile index 2cddea2..83664bd 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -1,5 +1,2 @@ [ -f "$HOME/.profile" ] && . "$HOME/.profile" - -case "$-" in -*i*) [ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc" ;; -esac +[ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc"