dotties/.aliases/tmux.bash

4 lines
82 B
Bash

# Tmux
alias attach='tmux attach -t'
alias tnew='tmux new -s'
alias tls='tmux ls'