Add plugin with completion for thor.
master
Andrew Hodges 15 years ago
parent ace84c8b7e
commit 18bfb14a2f
  1. 4
      plugins/thor/_thor

@ -0,0 +1,4 @@
#compdef thor
#autoload
compadd `thor list | grep thor | cut -d " " -f 2`
Loading…
Cancel
Save