diff --git a/neofetch b/neofetch index 4e5a47e3..4018eb9a 100755 --- a/neofetch +++ b/neofetch @@ -1920,7 +1920,7 @@ get_image_backend() { get_ascii() { if [[ ! -f "$ascii" || "$ascii" == "distro" ]]; then # Error message - [[ "$ascii" != "distro" ]] && [[ ! -f "$ascii" ]] && \ + [[ "$ascii" != "distro" && ! -f "$ascii" ]] && \ err "Ascii: Ascii file not found, using distro ascii." # Lowercase the distro name