rwx/sh/alias/tmux.sh

8 lines
53 B
Bash
Raw Normal View History

2025-07-06 07:24:26 +02:00
# handle tmux
#= tm
a__t_mux() {
tmux \
"${@}"
}