sh/shell/alias/tmux.sh

5 lines
26 B
Bash
Raw Normal View History

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