1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-25 17:57:34 +08:00
ohmyzsh/plugins/tmuxinator/tmuxinator.plugin.zsh

6 lines
122 B
Bash
Raw Normal View History

2018-06-13 01:19:59 +08:00
# aliases
alias txs='tmuxinator start'
alias txo='tmuxinator open'
alias txn='tmuxinator new'
alias txl='tmuxinator list'