rwx/sh/alias/tmux.sh
2024-11-19 14:42:11 +01:00

5 lines
58 B
Bash

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