blob: a83b1f2d32db74d439951c173b6490e3c4f70887 (
plain)
1
2
3
4
5
6
7
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)
```
|