rwx/sh/alias/tmux.sh

6 lines
58 B
Bash
Raw Permalink Normal View History

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