zsh main instead of moshi

This commit is contained in:
2026-08-04 10:50:21 +02:00
parent 657e6e181a
commit 43d7fb0a7b

View File

@@ -71,7 +71,7 @@ eval "$(zoxide init zsh)"
if command -v tmux &>/dev/null && [ -z "$TMUX" ]; then
if [ -n "$SSH_CONNECTION" ] || [ -n "$MOSH_SOCK" ]; then
tmux new-session -As moshi
tmux new-session -As main
fi
fi