mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-15 01:41:12 +00:00
6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
#compdef thor
|
|
#autoload
|
|
|
|
compadd `thor list | grep thor | cut -d " " -f 2`
|
|
|