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" \