mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-07-30 03:15:21 +08:00
6 lines
122 B
Bash
6 lines
122 B
Bash
# aliases
|
|
alias txs='tmuxinator start'
|
|
alias txo='tmuxinator open'
|
|
alias txn='tmuxinator new'
|
|
alias txl='tmuxinator list'
|