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
+1
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)