commit 8905a6b8296724e8dcaa56d71fa00484a41a8dcc
parent 2a420fbe7c7644832019eab00f04a27f0b005530
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 2 Feb 2021 13:48:07 +0100
plumb: ignore trailing info for postscript files
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/plumb b/.local/bin/plumb
@@ -135,7 +135,7 @@ handle_file_type() {
$EDITOR "$1";;
application/*html*)
detach $BROWSER "$1";;
- application/pdf*|application/postscript|image/vnd.djvu)
+ application/pdf*|application/postscript*|image/vnd.djvu)
detach zathura "$1";;
application/*document*|\
application/msword*|\