adam.nz aboutpostsprojectscontact
# [ -z "$TMUX" ] && { tmux attach || exec tmux new-session && exit;}
Add to `.zshrc` to automatically start a tmux session on login.  If there is an existing session, it will attach, otherwise it'll spawn a new tmux session.