From 2def06fb51f40f3358b0b5274c581481fe3cda3a Mon Sep 17 00:00:00 2001 From: Nicole O'Connor Date: Fri, 19 Jul 2024 10:43:00 -0700 Subject: [PATCH] comment out git unrecognized branch warning --- modules/git.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/git.zsh b/modules/git.zsh index d629893..ab35b97 100644 --- a/modules/git.zsh +++ b/modules/git.zsh @@ -26,7 +26,7 @@ function git_prompt() { else branchname=${fullbranchname} # output a warning to stderr, convenience for maintenance - echo "warning: unrecognized branch type ${branchtype}" >&2 + #echo "warning: unrecognized branch type ${branchtype}" >&2 fi print "%{$fg_bold[yellow]%}${branchname} %{$reset_color%}%{$fg[yellow]%}${commithash}"