From 644f9d29eb9dd9f68b29f80f37fb4ad57236a67d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 10 Dec 2021 08:41:28 +0200 Subject: [PATCH] neofetch: Fix #1989 --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 9db82184..90bf0966 100755 --- a/neofetch +++ b/neofetch @@ -11577,7 +11577,7 @@ main() { err "Neofetch command: $0 $*" err "Neofetch version: $version" - [[ $verbose == on ]] && printf %b "$err" >&2 + [[ $verbose == on ]] && printf '%b\033[m' "$err" >&2 # If `--loop` was used, constantly redraw the image. while [[ $image_loop == on && $image_backend == w3m ]]; do