mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-24 17:11:49 +00:00
Prevent error code 1 when not warning for kitty's imagemagick dependency
This commit is contained in:
parent
e1e499f1dd
commit
5c3c590825
1 changed files with 1 additions and 1 deletions
|
|
@ -77,4 +77,4 @@ fi
|
|||
|
||||
rm "$tmpfile" "$tmpfile.jpg"
|
||||
|
||||
[ "$kitty_imagemagick_warn" = "true" ] && echo "WARN: imagemagick is required for kitty image backend"
|
||||
[ "$kitty_imagemagick_warn" = "true" ] && echo "WARN: imagemagick is required for kitty image backend" || true
|
||||
|
|
|
|||
Loading…
Reference in a new issue