6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
#compdef thor
|
|
#autoload
|
|
|
|
compadd `thor list | grep thor | cut -d " " -f 2`
|
|
|