From 8bb99f8a8bcd9a8d28d4af900fb5aa33b0d37061 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 16 Oct 2022 15:34:17 -0300 Subject: [PATCH] =?UTF-8?q?zprofile:=20No=20hacer=20disown=20in=C3=BAtil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zprofile b/.zprofile index f0dffe7..2ed96d7 100755 --- a/.zprofile +++ b/.zprofile @@ -8,7 +8,7 @@ if ! "$REMOTE" && test "$(tty)" = /dev/tty1; then mkdir -p "$HOME/.local/share/sway" log="$HOME/.local/share/sway/$(date +%Y-%m-%d@%H:%M:%S).log" - pgrep -U "$(id -u)" runsv >/dev/null || (nohup runsvdir ~/.local/share/service ............. >/dev/null &; disown) + pgrep -U "$(id -u)" runsv >/dev/null || (nohup runsvdir ~/.local/share/service ............. >/dev/null &) exec env \ XDG_RUNTIME_DIR="$XDG_RUNTIME_DIR" \