From 68b6811a143318ada567457a0c0cc5911383a218 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 26 Nov 2016 12:04:19 +1100 Subject: [PATCH] Images: [tycat] Handle errors --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }