From 094d1b3a47cf40746807820cababab3a829ac334 Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Sat, 30 May 2020 12:58:18 +0200 Subject: [PATCH] Squashed 'gitstatus/' changes from 45489634e..ab1aea155 ab1aea155 remove "this command failed" message; it makes users to post truncated messages that are useless for debugging git-subtree-dir: gitstatus git-subtree-split: ab1aea155f051ecab8b70154f136eef81976dd25 --- gitstatus.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitstatus.plugin.zsh b/gitstatus.plugin.zsh index 1e806a3c..b4690727 100644 --- a/gitstatus.plugin.zsh +++ b/gitstatus.plugin.zsh @@ -735,7 +735,7 @@ function gitstatus_start"${1:-}"() { print -Pru2 -- " Zsh log (%U${xtrace//\%/%%}%u):" print -Pru2 -- '%F{yellow}' print -lru2 -- "${(@)${(@f)$(<$xtrace)}/#/ }" - print -Pru2 -- " %F{red}^ this command failed ($err)%f" + print -Pnru2 -- '%f' fi if [[ -s $daemon_log ]]; then print -ru2 -- ''