I would like to use Image Magick to trim some images via
convert -trim image.png image.png
Is there a way to register an alias in Fish Shell, that would shorten the above statement to something like this?
trim image.png
If so, how do I implement this?