dotfiles/home/private_dot_config/zsh/functions/ta

5 lines
69 B
Text
Raw Normal View History

2023-02-20 14:40:25 -06:00
#!/usr/bin/env zsh
tmux attach -t "$@" || tmux new-session -s "$@"