rwx/sh/alias/tmux.sh

5 lines
26 B
Bash
Raw Normal View History

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