rwx/sh/alias/tmux.sh

6 lines
64 B
Bash
Raw Normal View History

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