5 lines
85 B
Bash
5 lines
85 B
Bash
|
|
|
||
|
|
alias tmux="tmux -2"
|
||
|
|
alias ts='tmux switch-client -t'
|
||
|
|
alias td='tmux detach-client'
|