From c6bc8ed68df3144f46686af90afdf82bbd000176 Mon Sep 17 00:00:00 2001 From: Thek4n Date: Mon, 27 Nov 2023 14:12:21 +0300 Subject: [PATCH] ref(tmux) --- home/user/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.zprofile b/home/user/.zprofile index 8180d61..fe1728b 100644 --- a/home/user/.zprofile +++ b/home/user/.zprofile @@ -6,5 +6,5 @@ fi if systemctl -q is-active graphical.target && [[ $(tty) = "/dev/tty1" ]] && [[ -z $DISPLAY ]] && [[ $XDG_VTNR -eq 1 ]]; then exec startx >> ~/.xlogs 2>&1 elif command -v tmux &>/dev/null && [[ $(tty) = "/dev/tty2" ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then - exec tmux + exec tmux new-session fi