dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 6bebb7981d217aff588f72dbd05fddd4d4dab535
parent a97e4a21abe2e7b525c6e6af5f63df47fc5ec0ad
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 28 Feb 2020 12:05:45 +0100

Open postscript files with zathura

Diffstat:
M.local/bin/plumb | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/plumb b/.local/bin/plumb @@ -69,7 +69,7 @@ handle_target() { $EDITOR "$t";; application/*html*) detach $BROWSER "$t";; - application/pdf*) + application/pdf*|application/postscript) detach zathura "$t";; application/*document*|\ application/msword*|\