1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01: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'