README.md 223 Bytes
Newer Older
Marc Cornellà's avatar
Marc Cornellà committed
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)
```