From 24dd9af14c3c51b92d96780ff91445c28421e521 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Tue, 23 Feb 2021 20:59:53 +0100 Subject: [PATCH] Always use swallow with zathura --- files/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/.zshrc b/files/.zshrc index 1169d5f..7c4116b 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -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"