Images: [tycat] Handle errors
This commit is contained in:
parent
206b961ef3
commit
68b6811a14
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -2270,7 +2270,7 @@ display_image() {
|
|||
;;
|
||||
|
||||
"tycat")
|
||||
tycat "$image"
|
||||
tycat "$image" || to_off "Images: tycat failed to display the image."
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue