rwx/sh/alias/tmux.sh
2024-11-18 15:23:25 +01:00

5 lines
64 B
Bash

tm() { sh_a__t_mux "${@}"; }
sh_a__t_mux() {
tmux \
"${@}"
}