From ea4576cdd2f729b25bcf08375f0f71ad013aeed1 Mon Sep 17 00:00:00 2001 From: Tobias Witt Date: Fri, 17 Oct 2014 12:00:12 +0200 Subject: [PATCH] Add projects to list of suggestions when tabbing `mux` with no params --- src/_tmuxinator | 1 + 1 file changed, 1 insertion(+) 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)