dotfiles

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

commit 3cf269c4e4ba0b1096aad867f2499d310258588f
parent ce9c274f9799612fad2066ae3742179ebb01bc6a
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Wed, 27 Jan 2021 20:07:05 +0100

zathura: quote $FILE

Diffstat:
Mzathura/zathurarc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zathura/zathurarc b/zathura/zathurarc @@ -46,5 +46,5 @@ map [fullscreen] Z toggle_fullscreen map ; feedkeys : # External commands -map O exec "open -a Skim $FILE" +map O exec "open -a Skim '$FILE'" map ! feedkeys ":exec ''<Left>"