From 092e2965ad7b9805c605259a429478c920a298b5 Mon Sep 17 00:00:00 2001 From: lub Date: Mon, 2 Jan 2023 03:05:22 +0100 Subject: [PATCH] use exec to prevent dangling sh process --- dotfiles/bin/.bin/zygor | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dotfiles/bin/.bin/zygor b/dotfiles/bin/.bin/zygor index 9c268a0..7dee826 100755 --- a/dotfiles/bin/.bin/zygor +++ b/dotfiles/bin/.bin/zygor @@ -6,5 +6,4 @@ rm -r Zygor mkdir Zygor cp -a Settings Zygor/ -# disable wayland -"$HOME/.zygor.AppImage" +exec "$HOME/.zygor.AppImage"