#!/usr/bin/env zsh tmux attach -t "$@" || tmux new-session -s "$@"