mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
18bfb14a2f
Add plugin with completion for thor.
5 lines
75 B
Plaintext
5 lines
75 B
Plaintext
#compdef thor
|
|
#autoload
|
|
|
|
compadd `thor list | grep thor | cut -d " " -f 2`
|