summaryrefslogtreecommitdiff
path: root/plugins/gas/README.md
blob: 47b3fb9df9ce680ae250905d0babc3f7d75de532 (plain)
1
2
3
4
5
6
7
8
9
10
# 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)
```