0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00

added tmuxinator aliases (#3147)

This commit is contained in:
Peter Butkovic 2018-06-12 19:19:59 +02:00 committed by Marc Cornellà
parent 3dcf9fd662
commit 321200d708

View file

@ -0,0 +1,5 @@
# aliases
alias txs='tmuxinator start'
alias txo='tmuxinator open'
alias txn='tmuxinator new'
alias txl='tmuxinator list'