rwx/sh/alias/tmux.sh
2025-07-06 07:24:26 +02:00

7 lines
53 B
Bash

# handle tmux
#= tm
a__t_mux() {
tmux \
"${@}"
}