Fix: chafa does not require convert

This commit is contained in:
Nikita Ivanov 2023-04-01 16:02:54 +02:00
parent d108ed74a2
commit 4c14f6d393
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133

View File

@ -58,7 +58,7 @@ set_image_method() {
is_kitty && { image_method="$image_method_kitty"; return 0; }
exists chafa && exists convert && { image_method="$image_method_chafa"; return 0; }
exists chafa && { image_method="$image_method_chafa"; return 0; }
}
is_anim_image() {