aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sh/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/profile b/sh/profile
index b35cfb7a..a81d12e0 100644
--- a/sh/profile
+++ b/sh/profile
@@ -19,5 +19,5 @@ then
fi
# If running Bash, try to run .bashrc
-[ -n "$BASH" ] && [ -e "$HOME/.bashrc" ] && . $HOME/.bashrc
+[ -n "$BASH" -a -e "$HOME/.bashrc" ] && . $HOME/.bashrc