Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 644f9d2

Browse files
committed
neofetch: Fix #1989
1 parent 7b1f0c2 commit 644f9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neofetch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11577,7 +11577,7 @@ main() {
1157711577
err "Neofetch command: $0 $*"
1157811578
err "Neofetch version: $version"
1157911579

11580-
[[ $verbose == on ]] && printf %b "$err" >&2
11580+
[[ $verbose == on ]] && printf '%b\033[m' "$err" >&2
1158111581

1158211582
# If `--loop` was used, constantly redraw the image.
1158311583
while [[ $image_loop == on && $image_backend == w3m ]]; do

0 commit comments

Comments
 (0)