dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit d6d8bf8a67e40fef44fc12af14f8a38291cfd11a
parent b61526ddae4ec0030b280a2a625d2490326003e8
Author: Hayden Hamilton <hayden@haydenvh.com>
Date:   Tue, 31 Mar 2020 13:28:55 +0100

sxhkd

Diffstat:
A.mailcap | 6++++++
M.scripts/bin/misc/dotadd | 2+-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/.mailcap b/.mailcap @@ -0,0 +1,6 @@ +text/html ; vimb '%s' +text/* ; nvim '%s' + +application/pdf ; zathura '%s' + +image/* ; sxiv '%s' diff --git a/.scripts/bin/misc/dotadd b/.scripts/bin/misc/dotadd @@ -2,7 +2,7 @@ git add ./LICENSE git add .config/sxhkd/ git add .local/xauth git add .local/xres -git add .local/etc/mailcap +git add .mailcap git add .config/alias git add .config/tmux/config git add .zprofile