summaryrefslogtreecommitdiff
path: root/plugins/compleat
diff options
context:
space:
mode:
authorChaitanya Raj <chaitanyarajdixit@gmail.com>2019-10-08 14:01:57 +0530
committerChaitanya Raj <chaitanyarajdixit@gmail.com>2019-10-08 14:01:57 +0530
commit82bd8828eb243199fccea87f5489a21a5be9c89c (patch)
tree9d7c7f975583abde2b3e165d157970160ab288c7 /plugins/compleat
parent7e842cddc45b8bdebe1b198e83eb96fd07b37787 (diff)
downloadzsh-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.md9
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