From e5af81a5f9d9d3a2af0d3e970815e3c73beb0840 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 28 May 2023 22:10:24 +0200 Subject: Fix(hm/conf/lf/cmds): Rework some of them --- home-manager/config/lf/commands/scripts/open | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home-manager/config/lf/commands/scripts/open') diff --git a/home-manager/config/lf/commands/scripts/open b/home-manager/config/lf/commands/scripts/open index a0257844..60382594 100755 --- a/home-manager/config/lf/commands/scripts/open +++ b/home-manager/config/lf/commands/scripts/open @@ -4,7 +4,7 @@ SHELL_LIBRARY_VERSION="1.1.3" . %SHELL_LIBRARY_PATH case $(file --mime-type "$f" -bL) in - text/*|application/json) "$EDITOR" "$f";; + text/*|application/json|application/vnd.hp-HPGL) "$EDITOR" "$f";; image/*) "$IVIEWER" "$f";; *) xdg-open "$f";; esac -- cgit 1.4.1