summaryrefslogtreecommitdiff
path: root/opener
diff options
context:
space:
mode:
Diffstat (limited to 'opener')
-rwxr-xr-xopener2
1 files changed, 1 insertions, 1 deletions
diff --git a/opener b/opener
index d9160fb..6ece94e 100755
--- a/opener
+++ b/opener
@@ -2,7 +2,7 @@
case "$1" in
application/pdf) exec zathura "$3";;
image/*) exec sxiv "$3";;
- text/html) exec ./viewhtml "$3" "$2";;
+ text/html*) exec ./viewhtml "$3" "$2";;
text/*) exec less "$3";;
*) echo "\e[31m$1\e[0m $2 $3";;
esac