diff options
author | Vasil Zlatanov <v@skozl.com> | 2019-04-03 00:49:23 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2019-04-03 00:49:23 +0100 |
commit | 75f13a4ed020a9cdea4cda1775b4b1ebe5c3c3ea (patch) | |
tree | f563b969217c3540712967c680793c54ee44776a /Mail/mutt/mailcap | |
parent | c3c941727b05fc1637e891a2c424a9dae5d10091 (diff) | |
download | dotfiles-75f13a4ed020a9cdea4cda1775b4b1ebe5c3c3ea.tar.gz dotfiles-75f13a4ed020a9cdea4cda1775b4b1ebe5c3c3ea.tar.bz2 dotfiles-75f13a4ed020a9cdea4cda1775b4b1ebe5c3c3ea.zip |
Replace vimb with chromium in mailcap
Diffstat (limited to 'Mail/mutt/mailcap')
-rw-r--r-- | Mail/mutt/mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mail/mutt/mailcap b/Mail/mutt/mailcap index 2ff7cf2..bc80a85 100644 --- a/Mail/mutt/mailcap +++ b/Mail/mutt/mailcap @@ -1,3 +1,3 @@ application/*; mkdir -p /tmp/mutt \; cp %s /tmp/mutt \; rifle /tmp/mutt/$(basename %s) & -text/html; vimb '%s' &; test=test -n "$DISPLAY"; needsterminal; +text/html; chromium '%s' &; test=test -n "$DISPLAY"; needsterminal; text/html; w3m -I %{charset} -T text/html; copiousoutput; |