mirror of
https://github.com/kennethreitz-archive/dotfiles.git
synced 2026-06-05 15:30:17 +00: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`
|