diff options
author | Guangxiong Lin <[email protected]> | 2022-05-14 18:41:31 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-05-14 18:41:31 +0800 |
commit | 416b395b712ae13238dcd85c45aec27f33c0c36e (patch) | |
tree | 2dc66a49eec557db691565dbe184ad4eb3440628 /.mutt/mailcap | |
parent | b8950ef177eb458cd5f4319c38627492728bed36 (diff) | |
download | dotfiles-416b395b712ae13238dcd85c45aec27f33c0c36e.tar.gz dotfiles-416b395b712ae13238dcd85c45aec27f33c0c36e.tar.bz2 dotfiles-416b395b712ae13238dcd85c45aec27f33c0c36e.zip |
Update mutt mailcap
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 bf96c10..bb7849a 100644 --- a/.mutt/mailcap +++ b/.mutt/mailcap @@ -1,5 +1,5 @@ text/html;\ - firefox --new-tab %s;\ + $BROWSER %s;\ test=test -n "$DISPLAY";\ nametemplate=%s.html;\ needsterminal; |