1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-23 18:14:38 +08:00
ohmyzsh/plugins/compleat/README.md

10 lines
217 B
Markdown
Raw Normal View History

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