rwx/sh/alias/tmux.sh

6 lines
58 B
Bash
Raw Normal View History

2024-11-19 14:42:11 +01:00
tm() { a__t_mux "${@}"; }
a__t_mux() {
2024-11-16 15:17:36 +01:00
tmux \
"${@}"
}