From f83dae5c1ffa447bb4168c06275b5f54ccfa11c1 Mon Sep 17 00:00:00 2001 From: Colin P. McCabe <cmccabe@apache.org> Date: Mon, 24 Mar 2025 12:10:51 -0700 Subject: [PATCH] open: associate .png with ristretto --- open | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/open b/open index 0cb549a..c75829d 100755 --- 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 -- 1.6.6.rc1.39.g9a42