mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-16 19:00:07 +00:00
9 lines
287 B
Markdown
9 lines
287 B
Markdown
|
# compleat
|
||
|
|
||
|
This plugin runs [bashcompinit](https://github.com/zsh-users/zsh/blob/master/Completion/bashcompinit) which will allow zsh to read bash completion specifications and functions.
|
||
|
|
||
|
To use it add compleat to the plugins array in your zshrc file.
|
||
|
|
||
|
```
|
||
|
plugins=(... compleat)
|
||
|
```
|