diff --git a/src/_tmuxinator b/src/_tmuxinator index ab69bfa..41fc7c2 100644 --- a/src/_tmuxinator +++ b/src/_tmuxinator @@ -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)