Browse code

terminitor plugin: add autocompletion also for edit, delete and setup subcommands.

Philipp Bosch authored on 15/09/2011 at 13:22:05
Showing 1 changed files
... ...
@@ -32,7 +32,7 @@ if (( CURRENT == 1 )); then
32 32
 fi
33 33
 
34 34
 case "$words[1]" in
35
-  start)
35
+  start|edit|delete|setup)
36 36
     _terminitor_available_scripts
37 37
     _wanted scripts expl 'installed scripts' compadd -a scripts ;;
38 38
 esac