diff --git a/neofetch b/neofetch index f384fe86..8b9bc22e 100755 --- a/neofetch +++ b/neofetch @@ -1950,8 +1950,6 @@ image_backend() { [[ -z "$DISPLAY" ]] && image_source="ascii" fi - image_backend="off" - case "${image_backend:-off}" in "ascii") get_ascii ;; "off") image_backend="off" ;;