From a5d660a2856f32ad535de5b3682165443746e7bb Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sat, 22 Jun 2024 20:34:21 +0100 Subject: [PATCH] Keep directory with run0 --- roles/home-cli/files/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index 9b09023..74aaa1e 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -258,7 +258,7 @@ alias zlu="zypper list-updates" if ! command -v run0 > /dev/null then - alias run0="systemd-run --service-type=exec --quiet --wait --expand-environment=false --pty --send-sighup" + alias run0="systemd-run --service-type=exec --quiet --wait --expand-environment=false --pty --send-sighup --same-dir" fi # Language aliases.