mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Added powify auto completion.
This commit is contained in:
parent
3e9493fb30
commit
bdad76f21c
2 changed files with 4 additions and 0 deletions
4
plugins/powify/_powify
Normal file
4
plugins/powify/_powify
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#compdef powify
|
||||
#autoload
|
||||
|
||||
compadd `powify | grep powify | cut -d " " -f 6`
|
||||
Loading…
Add table
Add a link
Reference in a new issue