summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--01_Internal.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/01_Internal.zsh b/01_Internal.zsh
index 2582785..bf56b33 100644
--- a/01_Internal.zsh
+++ b/01_Internal.zsh
@@ -243,7 +243,7 @@ __get_git_branch ()
__debug
__debug -n " tracking..."
- if [ ! "$checkouted_branch" -o ! "$(git config --get branch.$checkouted_branch.remote)" ]
+ if [ "$checkouted_branch" -a ! "$(git config --get branch.$checkouted_branch.remote)" ]
then
my_git_branch+=$C_$_gcl_colors[untracked]$_C
my_git_branch+=" ✖"