dotfiles

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

commit 5f55484f72d6f11fd17df869bab7eb1dbf4d67c4
parent 3779a81ee60e1d2e88d2a47f77e027cbbd7c4cac
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Mon,  3 May 2021 17:51:19 +0200

mailcap: use zathura for PDF

Diffstat:
Mmailcap | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mailcap b/mailcap @@ -2,6 +2,6 @@ image/*; sh -c 'case "%s" in http*) name="/tmp/$(printf "%s" | sed "s/.*\///")"; video/*; mpvq %s text/html; w3m -config /Users/alex/.config/w3m/config -T text/html %s; copiousoutput text/plain; less -application/pdf; open -a Skim %s +application/pdf; setsid -f zathura %s application/vnd.openxmlformats-officedocument.wordprocessingml.document; open -a 'Microsoft Word' %s application/x-tar-gz; tar tzf %s | less -R