Images: [tycat] Handle errors

master
Dylan Araps 9 years ago
parent 206b961ef3
commit 68b6811a14
  1. 2
      neofetch

@ -2270,7 +2270,7 @@ display_image() {
;;
"tycat")
tycat "$image"
tycat "$image" || to_off "Images: tycat failed to display the image."
;;
esac
}

Loading…
Cancel
Save