README.md 213 Bytes
Newer Older
Marc Cornellà's avatar
Marc Cornellà committed
1
# compleat plugin
2

Marc Cornellà's avatar
Marc Cornellà committed
3
This plugin looks for [compleat](https://github.com/mbrubeck/compleat) and loads its completion.
4

Marc Cornellà's avatar
Marc Cornellà committed
5
6
To use it, add compleat to the plugins array in your zshrc file:
```
7
plugins=(... compleat)
Marc Cornellà's avatar
Marc Cornellà committed
8
```