7 lines
53 B
Bash
7 lines
53 B
Bash
# handle tmux
|
|
|
|
#= tm
|
|
a__t_mux() {
|
|
tmux \
|
|
"${@}"
|
|
}
|