zshrc tmux

This commit is contained in:
thek4n 2024-11-10 20:04:45 +03:00
parent d561b07417
commit 9cd5e17a5d

View File

@ -7,7 +7,7 @@ if \
[ -z "$TMUX" ] && \
tmux -N -L "$USER" list-sessions &>/dev/null
then
exec tmux -N -L "$USER" new-session
exec tmux -N -L "$USER" new-session -A
fi
if [ -f "$ZDOTDIR/sourcer" ]; then