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

10 lines
217 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:
2020-06-11 14:41:32 +00:00
```zsh
2019-11-12 17:55:38 +00:00
plugins=(... compleat)
```