Always use swallow with zathura

This commit is contained in:
Marco Thomas
2021-02-23 20:59:53 +01:00
parent f44a44351b
commit 24dd9af14c

View File

@@ -53,6 +53,10 @@ if [[ -x $(which nvim 2> /dev/null) ]]; then
alias vim="nvim"
fi
if [[ -x $(which swallow 2> /dev/null) ]]; then
alias zathura="swallow zathura"
fi
alias updoot="yay -Syu"
alias dhl="yay"