7 lines
131 B
Bash
7 lines
131 B
Bash
# shellcheck shell=bash
|
|
about-alias 'Tmux terminal multiplexer'
|
|
|
|
alias txl='tmux ls'
|
|
alias txn='tmux new -s'
|
|
alias txa='tmux a -t'
|