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" ] && \ [ -z "$TMUX" ] && \
tmux -N -L "$USER" list-sessions &>/dev/null tmux -N -L "$USER" list-sessions &>/dev/null
then then
exec tmux -N -L "$USER" new-session exec tmux -N -L "$USER" new-session -A
fi fi
if [ -f "$ZDOTDIR/sourcer" ]; then if [ -f "$ZDOTDIR/sourcer" ]; then