Browse Source

Thor

Add plugin with completion for thor.
Andrew Hodges 13 years ago
parent
commit
92ba1f5737
  1. 4
      plugins/thor/_thor

4
plugins/thor/_thor

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