mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
added tmuxinator aliases
This commit is contained in:
parent
96e4e5dd03
commit
aea763bf2e
1 changed files with 5 additions and 0 deletions
5
plugins/tmuxinator/tmuxinator.plugin.zsh
Normal file
5
plugins/tmuxinator/tmuxinator.plugin.zsh
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# aliases
|
||||||
|
alias txs='tmuxinator start'
|
||||||
|
alias txo='tmuxinator open'
|
||||||
|
alias txn='tmuxinator new'
|
||||||
|
alias txl='tmuxinator list'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue