From 4c14f6d393e3cc1fcbc1ec81574cfc028f95eea0 Mon Sep 17 00:00:00 2001 From: Nikita Ivanov Date: Sat, 1 Apr 2023 16:02:54 +0200 Subject: [PATCH] Fix: chafa does not require convert --- sh/helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/helpers.sh b/sh/helpers.sh index 9e94443..fef8691 100644 --- a/sh/helpers.sh +++ b/sh/helpers.sh @@ -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() {