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

5 lines
60 B
Bash

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