aboutsummaryrefslogtreecommitdiffstats
path: root/mutt
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-10-10 12:27:18 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-10-10 12:27:18 +0100
commitdf6a7ef5adfe3a676540809ca1c479b9fade5939 (patch)
treee4c0986e1c9de6d2fd98c0c7f13388544f3ed93f /mutt
parentad90d0081b17d00caf153d82e72d6eed37ba9a69 (diff)
update
Diffstat (limited to 'mutt')
-rw-r--r--mutt/mailcap2
-rwxr-xr-xmutt/view_attachment.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/mutt/mailcap b/mutt/mailcap
index 9f40b57..f4ff4fe 100644
--- a/mutt/mailcap
+++ b/mutt/mailcap
@@ -12,7 +12,7 @@ image/gif; ~/.mutt/view_attachment.sh %s gif feh
text/x-patch; vimdiff '%s'; needsterminal
# PDFs
-application/pdf; ~/.mutt/view_attachment.sh %s pdf zathura
+application/pdf; ~/.mutt/view_attachment.sh %s pdf evince
# HTML
#text/html; ~/.mutt/view_attachment.sh %s html w3m # try different
diff --git a/mutt/view_attachment.sh b/mutt/view_attachment.sh
index 1ff52ea..a7651b4 100755
--- a/mutt/view_attachment.sh
+++ b/mutt/view_attachment.sh
@@ -1,4 +1,4 @@
-#!/usr/local/bin/bash
+#!/usr/bin/bash
#
# Author: Eric Gebhart
#