diff --git a/.zshrc b/.zshrc index aae0f3e..cabe36d 100644 --- a/.zshrc +++ b/.zshrc @@ -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