mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-02-16 16:34:27 +01:00
4 lines
75 B
Text
4 lines
75 B
Text
#compdef thor
|
|
#autoload
|
|
|
|
compadd `thor list | grep thor | cut -d " " -f 2`
|