zsh main instead of moshi
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user