Add projects to list of suggestions when tabbing `mux` with no params

This commit is contained in:
Tobias Witt 2014-10-17 12:00:12 +02:00
parent 08afea0e23
commit ea4576cdd2
1 changed files with 1 additions and 0 deletions

View File

@ -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)