diff options
author | Chaitanya Raj <chaitanyarajdixit@gmail.com> | 2019-10-08 14:01:57 +0530 |
---|---|---|
committer | Chaitanya Raj <chaitanyarajdixit@gmail.com> | 2019-10-08 14:01:57 +0530 |
commit | 82bd8828eb243199fccea87f5489a21a5be9c89c (patch) | |
tree | 9d7c7f975583abde2b3e165d157970160ab288c7 /plugins/compleat | |
parent | 7e842cddc45b8bdebe1b198e83eb96fd07b37787 (diff) | |
download | zsh-82bd8828eb243199fccea87f5489a21a5be9c89c.tar.gz zsh-82bd8828eb243199fccea87f5489a21a5be9c89c.tar.bz2 zsh-82bd8828eb243199fccea87f5489a21a5be9c89c.zip |
Create README.md for compleat plugin
Diffstat (limited to 'plugins/compleat')
-rw-r--r-- | plugins/compleat/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/compleat/README.md b/plugins/compleat/README.md new file mode 100644 index 000000000..1d7f0492d --- /dev/null +++ b/plugins/compleat/README.md @@ -0,0 +1,9 @@ +# 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) +```
\ No newline at end of file |