From 60fbf331c4f5692bbc6017e05bda9072091b0c51 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 28 Feb 2014 08:06:29 +0100 Subject: bashrc: Fix syntax --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf