summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 041f17b..3e4b665 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,7 +1,7 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# use zsh if available and configured
-if [ -f /bin/zsh && -f .zsh/override_bash ] ; then
+if [ -f /bin/zsh ] && [ -f .zsh/override_bash ] ; then
exec /bin/zsh
fi