prezto_config/plugins/thor/_thor

6 lines
76 B
Plaintext
Raw Normal View History

#compdef thor
#autoload
compadd `thor list | grep thor | cut -d " " -f 2`
2011-08-31 05:16:15 +02:00