dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 9d5837ee40a7946e5e3854c8d12e0ee405900ac3
parent 084b5bf6b748b94a194af29409b62e9fd66433d6
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 20 Nov 2020 00:36:12 +0100

mutt: support viewing tgz files

Former-commit-id: c12b530ef4cb63b4f8d30da396356c49e044a730
Diffstat:
Mmutt/mailcap | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/mutt/mailcap b/mutt/mailcap @@ -4,3 +4,4 @@ text/html; w3m -config /Users/alex/.config/w3m/config -T text/html %s text/plain; less application/pdf; open -a Skim %s application/vnd.openxmlformats-officedocument.wordprocessingml.document; open -a 'Microsoft Word' %s +application/x-tar-gz; tar tzf %s | less -R