1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

powder: add README (#8310)

This commit is contained in:
Łukasz Chrząszcz
2019-10-25 13:14:53 +02:00
committed by Marc Cornellà
parent 4eab95f08a
commit 36092aac0c

8
plugins/powder/README.md Normal file
View 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)
```