mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-17 11:20:09 +00:00
Merge pull request #515 from rahult/feature/powder-plugin
Auto Complete Plugin for powder gem
This commit is contained in:
commit
6682e7c43f
1 changed files with 4 additions and 0 deletions
4
plugins/powder/_powder
Normal file
4
plugins/powder/_powder
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#compdef powder
|
||||||
|
#autoload
|
||||||
|
|
||||||
|
compadd `powder help | grep powder | cut -d " " -f 4`
|
Loading…
Reference in a new issue