0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/compleat/README.md

9 lines
213 B
Markdown
Raw Normal View History

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