summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwan ROUSSEL <erwan.roussel51@gmail.com>2018-11-01 16:40:31 +0100
committerMarc Cornellà <marc.cornella@live.com>2018-11-01 16:40:31 +0100
commitfa9d93008b2c9d42f26320c92752f4f019c47404 (patch)
treeb30be03f8152a50a3ffcbe929123a63ba816487b
parent545446a3db0c7e7a2a7e44985b9d0459c347dc49 (diff)
downloadzsh-fa9d93008b2c9d42f26320c92752f4f019c47404.tar.gz
zsh-fa9d93008b2c9d42f26320c92752f4f019c47404.tar.bz2
zsh-fa9d93008b2c9d42f26320c92752f4f019c47404.zip
fabric: add README (#7378)
-rw-r--r--plugins/fabric/README.md9
-rw-r--r--plugins/fabric/_fabric (renamed from plugins/fabric/_fab)0
-rw-r--r--plugins/fabric/fabric.plugin.zsh1
3 files changed, 9 insertions, 1 deletions
diff --git a/plugins/fabric/README.md b/plugins/fabric/README.md
new file mode 100644
index 000000000..cf0fa81f4
--- /dev/null
+++ b/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)
+```
diff --git a/plugins/fabric/_fab b/plugins/fabric/_fabric
index 9628e1224..9628e1224 100644
--- a/plugins/fabric/_fab
+++ b/plugins/fabric/_fabric
diff --git a/plugins/fabric/fabric.plugin.zsh b/plugins/fabric/fabric.plugin.zsh
deleted file mode 100644
index aca411329..000000000
--- a/plugins/fabric/fabric.plugin.zsh
+++ /dev/null
@@ -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.