Change default tmux name to Default

This commit is contained in:
Sebastian Bugge 2023-02-08 20:17:51 +01:00
parent f4063c8a58
commit 846d873460
No known key found for this signature in database
GPG key ID: 49D435DEDD6B2829

2
.zshrc
View file

@ -106,5 +106,5 @@ source .aliases
# Attach to a tmux session on startup
if [ -z "$TMUX" ]; then
tmux attach -t default || tmux new -s default
tmux attach -t Default || tmux new -s Default
fi