dotfiles

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

commit 6011160b32b5332e93c0dd840f8787a210ab009c
parent 7e2987e4ede2d2c32fe5a36f95dd079d50d714ef
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sun, 22 Aug 2021 12:25:47 +0200

mailcap: add pdf

Diffstat:
Mmailcap | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/mailcap b/mailcap @@ -11,6 +11,7 @@ application/x-tar-gz; tar tzf %s | less -R # Open pgp signatures as text application/pgp-signature; LESS="-Ric" less +application/pdf; setsid -f zathura "%s" >/dev/null 2>&1 # Use the `opener` script for everything else image; setsid -f opener %s >/dev/null 2>&1 video; setsid -f opener %s >/dev/null 2>&1