mirror of
https://github.com/sorin-ionescu/prezto.git
synced 2025-01-24 06:22:16 +08:00
6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
#compdef thor
|
|
#autoload
|
|
|
|
compadd `thor list | grep thor | cut -d " " -f 2`
|
|
|