open: associate .png with ristretto master
authorColin P. McCabe <cmccabe@apache.org>
Mon, 24 Mar 2025 19:10:51 +0000 (12:10 -0700)
committerColin P. McCabe <cmccabe@apache.org>
Mon, 24 Mar 2025 19:10:51 +0000 (12:10 -0700)
open

diff --git a/open b/open
index 0cb549a..c75829d 100755 (executable)
--- a/open
+++ b/open
@@ -24,6 +24,7 @@ for f in "$@"; do
         *.gif) openwith "${f}" ristretto;;
         *.jpg) openwith "${f}" ristretto;;
         *.pdf) openwith "${f}" evince;;
+        *.png) openwith "${f}" ristretto;;
         *) openwith "${f}";;
     esac
 done