ohmyzsh/plugins/compleat/README.md

10 lines
217 B
Markdown
Raw Normal View History

2019-10-09 09:07:02 -07:00
# compleat plugin
2019-10-08 01:31:57 -07:00
2019-10-09 09:07:02 -07:00
This plugin looks for [compleat](https://github.com/mbrubeck/compleat) and loads its completion.
2019-10-08 01:31:57 -07:00
2019-10-09 09:07:02 -07:00
To use it, add compleat to the plugins array in your zshrc file:
```zsh
2019-10-08 01:31:57 -07:00
plugins=(... compleat)
2019-10-09 09:07:02 -07:00
```