From: Sergey Matveev Date: Thu, 8 May 2025 09:38:05 +0000 (+0300) Subject: Do not exit after nsxiv is called X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=03a81bdd9cfeb126f2f68bb263f1b1b1b2257cce;p=dotfiles.git Do not exit after nsxiv is called --- diff --git a/zsh/.zsh/functions/sxiv b/zsh/.zsh/functions/sxiv index 49e483b..d2d879c 100644 --- a/zsh/.zsh/functions/sxiv +++ b/zsh/.zsh/functions/sxiv @@ -1 +1 @@ -exec nsxiv $@ +nsxiv $@