浏览代码

gas: add README

Marc Cornellà 4 年之前
父节点
当前提交
7360d898d8
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      plugins/gas/README.md

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