This commit is contained in:
thek4n 2026-03-09 14:04:08 +03:00
parent 4107446a1c
commit 8fbc4c98a9

View File

@ -7,6 +7,9 @@ if \
[ -z "${TMUX}" ] && \
tmux -N -L "${USER}" list-sessions &>/dev/null
then
if [ -n "${SSH_CLIENT}" ]; then
exec tmux -N -L "${USER}" new-session
fi
exec tmux -N -L "${USER}" new-session -A
fi