dotfiles/home/private_dot_config/zsh/functions/ta

5 lines
69 B
Bash

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