tmux new sessions

This commit is contained in:
2024-04-20 14:08:52 +02:00
parent 631756c480
commit 8de21a99f0

View File

@@ -36,7 +36,7 @@ in {
eval "$(zoxide init --cmd cd zsh)" eval "$(zoxide init --cmd cd zsh)"
if [ -x "$(command -v tmux)" ] && [ -n "$DISPLAY" ] && [ -z "$TMUX" ]; then if [ -x "$(command -v tmux)" ] && [ -n "$DISPLAY" ] && [ -z "$TMUX" ]; then
# exec tmux new-session -A -s $USER >/dev/null 2>&1 # exec tmux new-session -A -s $USER >/dev/null 2>&1
exec tmux new-session -s $USER >/dev/null 2>&1 exec tmux new-session
fi fi
''; '';
}; };