summaryrefslogtreecommitdiff
path: root/plugins/gas
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2019-12-26 23:12:17 +0100
committerMarc Cornellà <marc.cornella@live.com>2019-12-26 23:12:17 +0100
commit7360d898d8b64b40276eab72bcd9e1ea4fc8f7ee (patch)
treed2eb0387630ee3efa568ffc0831f09e6591e4457 /plugins/gas
parent38929084f98684b9267d7f0cfe3e7f9aa5f861d2 (diff)
downloadzsh-7360d898d8b64b40276eab72bcd9e1ea4fc8f7ee.tar.gz
zsh-7360d898d8b64b40276eab72bcd9e1ea4fc8f7ee.tar.bz2
zsh-7360d898d8b64b40276eab72bcd9e1ea4fc8f7ee.zip
gas: add README
Diffstat (limited to 'plugins/gas')
-rw-r--r--plugins/gas/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/gas/README.md b/plugins/gas/README.md
new file mode 100644
index 000000000..cd8800e7d
--- /dev/null
+++ b/plugins/gas/README.md
@@ -0,0 +1,9 @@
+# Gas plugin
+
+This plugin adds autocompletion for the [gas](http://walle.github.com/gas) command,
+a utility to manage Git authors.
+
+To use it, add `gas` to the plugins array of your zshrc file:
+```zsh
+plugins=(... gas)
+```