mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
powder: add README (#8310)
This commit is contained in:
parent
4eab95f08a
commit
36092aac0c
1 changed files with 8 additions and 0 deletions
8
plugins/powder/README.md
Normal file
8
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)
|
||||
```
|
Loading…
Reference in a new issue