blob: cd8800e7d1b172f7f938502988cbe33a3e15cbec (
plain)
1
2
3
4
5
6
7
8
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)
```
|