maintain compatibility

This commit is contained in:
Carlo Sala 2024-08-12 11:45:07 +02:00
commit 9af3d8f68a
No known key found for this signature in database
GPG key ID: DA6FB450C1A4FE9A
3 changed files with 17 additions and 10 deletions

View file

@ -1,6 +1,7 @@
# catimg
Plugin for displaying images on the terminal using the `catimg.sh` script provided by [posva](https://github.com/posva/catimg)
Plugin for displaying images on the terminal using the `catimg.sh` script provided by
[posva](https://github.com/posva/catimg)
To use it, add `catimg` to the plugins array in your zshrc file:
@ -10,7 +11,7 @@ plugins=(... catimg)
## Requirements
- `convert` (ImageMagick)
- `magick convert` (ImageMagick)
## Functions