Merge branch 'dylanaraps:master' into master

This commit is contained in:
Arghya Sarkar 2022-01-10 14:44:28 +05:30 committed by GitHub
commit a0f1be4247
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11637,7 +11637,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