Merge pull request #267 from ohcibi/master

Add projects to list of suggestions when tabbing `mux` with no params
This commit is contained in:
nicoulaj 2014-11-19 08:24:23 +01:00
commit f9ac8cfb7c
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ _tmuxinator() {
if (( CURRENT == 2 )); then if (( CURRENT == 2 )); then
_describe -t commands 'commands' commands _describe -t commands 'commands' commands
_describe -t projects 'projects' projects
elif (( CURRENT == 3 )); then elif (( CURRENT == 3 )); then
case $words[2] in case $words[2] in
copy|delete|open|start) copy|delete|open|start)