diff --git a/neofetch b/neofetch index 86e62776..a935b9e4 100755 --- a/neofetch +++ b/neofetch @@ -2270,7 +2270,7 @@ display_image() { ;; "tycat") - tycat "$image" + tycat "$image" || to_off "Images: tycat failed to display the image." ;; esac }