From 03a81bdd9cfeb126f2f68bb263f1b1b1b2257cce Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 8 May 2025 12:38:05 +0300 Subject: [PATCH] Do not exit after nsxiv is called --- zsh/.zsh/functions/sxiv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ -- 2.48.1