diff options
Diffstat (limited to '.mutt/mailcap')
-rw-r--r-- | .mutt/mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.mutt/mailcap b/.mutt/mailcap index ac5612f..fc25715 100644 --- a/.mutt/mailcap +++ b/.mutt/mailcap @@ -1,4 +1,4 @@ -text/html; chromium %s &>/dev/null; test=test -n "$DISPLAY"; needsterminal +text/html; firefox %s &>/dev/null; test=test -n "$DISPLAY"; needsterminal text/html; w3m -I %{charset} -O utf-8 -T text/html -dump %s; copiousoutput text/plain; less %s application/x-pdf; mupdf %s |