Compare commits

...

1 Commits

Author SHA1 Message Date
Nicole O'Connor
2def06fb51 comment out git unrecognized branch warning 2024-07-19 10:43:00 -07:00

View File

@@ -26,7 +26,7 @@ function git_prompt() {
else else
branchname=${fullbranchname} branchname=${fullbranchname}
# output a warning to stderr, convenience for maintenance # output a warning to stderr, convenience for maintenance
echo "warning: unrecognized branch type ${branchtype}" >&2 #echo "warning: unrecognized branch type ${branchtype}" >&2
fi fi
print "%{$fg_bold[yellow]%}${branchname} %{$reset_color%}%{$fg[yellow]%}${commithash}" print "%{$fg_bold[yellow]%}${branchname} %{$reset_color%}%{$fg[yellow]%}${commithash}"