浏览代码

Create README.md for compleat plugin

Chaitanya Raj 5 年之前
父节点
当前提交
82bd8828eb
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      plugins/compleat/README.md

+ 9 - 0
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)
+```