mirror of
https://github.com/danbulant/nekofetch
synced 2026-05-24 12:22:00 +00:00
Use an if statement for kitty imagemagick check
This commit is contained in:
parent
5c3c590825
commit
f40b17ca06
1 changed files with 3 additions and 1 deletions
|
|
@ -77,4 +77,6 @@ fi
|
||||||
|
|
||||||
rm "$tmpfile" "$tmpfile.jpg"
|
rm "$tmpfile" "$tmpfile.jpg"
|
||||||
|
|
||||||
[ "$kitty_imagemagick_warn" = "true" ] && echo "WARN: imagemagick is required for kitty image backend" || true
|
if [ "$kitty_imagemagick_warn" = "true" ]; then
|
||||||
|
echo "WARN: imagemagick is required for kitty image backend"
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue