Add zsh/oh my zsh/w10k
This commit is contained in:
8
zsh/.oh-my-zsh/plugins/powder/README.md
Normal file
8
zsh/.oh-my-zsh/plugins/powder/README.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Powder
|
||||
|
||||
This plugin provides completion for [powder](https://github.com/powder-rb/powder/).
|
||||
|
||||
To use it, add powder to the plugins array of your zshrc file:
|
||||
```
|
||||
plugins=(... powder)
|
||||
```
|
4
zsh/.oh-my-zsh/plugins/powder/_powder
Normal file
4
zsh/.oh-my-zsh/plugins/powder/_powder
Normal file
@ -0,0 +1,4 @@
|
||||
#compdef powder
|
||||
#autoload
|
||||
|
||||
compadd `powder help | grep powder | cut -d " " -f 4`
|
Reference in New Issue
Block a user