mirror of https://github.com/ohmyzsh/ohmyzsh.git
added tmuxinator aliases (#3147)
parent
3dcf9fd662
commit
321200d708
|
@ -0,0 +1,5 @@
|
||||||
|
# aliases
|
||||||
|
alias txs='tmuxinator start'
|
||||||
|
alias txo='tmuxinator open'
|
||||||
|
alias txn='tmuxinator new'
|
||||||
|
alias txl='tmuxinator list'
|
Loading…
Reference in New Issue