mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-04-17 22:51:54 +02:00
4 lines
75 B
Text
4 lines
75 B
Text
#compdef thor
|
|
#autoload
|
|
|
|
compadd `thor list | grep thor | cut -d " " -f 2`
|