conf2/zsh/.oh-my-zsh/plugins/compleat/README.md

9 lines
213 B
Markdown
Raw Normal View History

2019-11-12 17:55:38 +00:00
# compleat plugin
This plugin looks for [compleat](https://github.com/mbrubeck/compleat) and loads its completion.
To use it, add compleat to the plugins array in your zshrc file:
```
2019-11-12 17:55:38 +00:00
plugins=(... compleat)
```