diff options
author | Patrick Simianer <p@simianer.de> | 2015-06-15 18:55:55 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-06-15 18:55:55 +0200 |
commit | 433474998e93d477b5519a26ddef70de36ca0fcd (patch) | |
tree | 5685143ed6add49256fcd100a63a5a776593b2c5 /.mutt/mailcap | |
parent | 3a223a8d438cdb94eaf82d74c0e2763bc4c93936 (diff) |
goodbye chromium, hello firefox!
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 |