3 lines
62 B
Bash
3 lines
62 B
Bash
# Tmux
|
|
alias attach='tmux attach -t'
|
|
alias tnew='tmux new -s'
|
# Tmux
|
|
alias attach='tmux attach -t'
|
|
alias tnew='tmux new -s'
|