rwx/sh/alias/tmux.sh

6 lines
64 B
Bash
Raw Normal View History

2024-11-18 14:23:25 +00:00
tm() { sh_a__t_mux "${@}"; }
sh_a__t_mux() {
2024-11-16 14:17:36 +00:00
tmux \
"${@}"
}