Skip to content

Commit

Permalink
remove "this command failed" message; it makes users to post truncate…
Browse files Browse the repository at this point in the history
…d messages that are useless for debugging
  • Loading branch information
romkatv committed May 30, 2020
1 parent 4548963 commit ab1aea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitstatus.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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 -- ''
Expand Down

0 comments on commit ab1aea1

Please sign in to comment.