Add projects to list of suggestions when tabbing `mux` with no params
This commit is contained in:
parent
08afea0e23
commit
ea4576cdd2
|
@ -35,6 +35,7 @@ _tmuxinator() {
|
|||
|
||||
if (( CURRENT == 2 )); then
|
||||
_describe -t commands 'commands' commands
|
||||
_describe -t projects 'projects' projects
|
||||
elif (( CURRENT == 3 )); then
|
||||
case $words[2] in
|
||||
copy|delete|open|start)
|
||||
|
|
Loading…
Reference in New Issue