diff options
author | Marc Cornellà <marc.cornella@live.com> | 2019-12-26 23:12:17 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-12-26 23:12:17 +0100 |
commit | 7360d898d8b64b40276eab72bcd9e1ea4fc8f7ee (patch) | |
tree | d2eb0387630ee3efa568ffc0831f09e6591e4457 | |
parent | 38929084f98684b9267d7f0cfe3e7f9aa5f861d2 (diff) | |
download | zsh-7360d898d8b64b40276eab72bcd9e1ea4fc8f7ee.tar.gz zsh-7360d898d8b64b40276eab72bcd9e1ea4fc8f7ee.tar.bz2 zsh-7360d898d8b64b40276eab72bcd9e1ea4fc8f7ee.zip |
gas: add README
-rw-r--r-- | plugins/gas/README.md | 9 |
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) +``` |