]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/compleat/README.md
af0e383beb0571e80d09e953d9d6aa0f2b4c4773
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / compleat / README.md
1 # compleat plugin
2
3 This plugin looks for [compleat](https://github.com/mbrubeck/compleat) and loads its completion.
4
5 To use it, add compleat to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... compleat)
9 ```