about summary refs log tree commit diff stats
path: root/home-manager/config/lf/commands/scripts/open
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xhome-manager/config/lf/commands/scripts/open2
1 files changed, 1 insertions, 1 deletions
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