README.md 224 Bytes
Newer Older
Marc Cornellà's avatar
Marc Cornellà committed
1
2
3
4
5
6
# 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:
7

Marc Cornellà's avatar
Marc Cornellà committed
8
9
10
```zsh
plugins=(... gas)
```