Browse Source

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

Philipp Bosch 12 years ago
parent
commit
0d285e3a0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/terminitor/_terminitor

+ 1 - 1
plugins/terminitor/_terminitor

@@ -32,7 +32,7 @@ if (( CURRENT == 1 )); then
 fi
 
 case "$words[1]" in
-  start)
+  start|edit|delete|setup)
     _terminitor_available_scripts
     _wanted scripts expl 'installed scripts' compadd -a scripts ;;
 esac