1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-02-08 20:25:22 +00:00

6 lines
76 B
Plaintext
Raw Normal View History

#compdef thor
#autoload
compadd `thor list | grep thor | cut -d " " -f 2`
2011-08-30 23:16:15 -04:00