1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-23 06:43:29 +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
+5
View File
@@ -0,0 +1,5 @@
# aliases
alias txs='tmuxinator start'
alias txo='tmuxinator open'
alias txn='tmuxinator new'
alias txl='tmuxinator list'