浏览代码

fabric: add README (#7378)

Erwan ROUSSEL 6 年之前
父节点
当前提交
fa9d93008b
共有 3 个文件被更改,包括 9 次插入1 次删除
  1. 9 0
      plugins/fabric/README.md
  2. 0 0
      plugins/fabric/_fabric
  3. 0 1
      plugins/fabric/fabric.plugin.zsh

+ 9 - 0
plugins/fabric/README.md

@@ -0,0 +1,9 @@
+# Fabric
+
+This plugin provides completion for [Fabric](https://www.fabfile.org/).
+
+To use it add fabric to the plugins array in your zshrc file.
+
+```bash
+plugins=(... fabric)
+```

plugins/fabric/_fab → plugins/fabric/_fabric


+ 0 - 1
plugins/fabric/fabric.plugin.zsh

@@ -1 +0,0 @@
-# DECLARION: This plugin was created by vhbit. What I did is just making a portal from https://github.com/vhbit/fabric-zsh-autocomplete.