summaryrefslogtreecommitdiff
path: root/plugins/gas/README.md
blob: a0a7a568fb75d9c034ec7fd1b20be7d2f91a1374 (plain)
1
2
3
4
5
6
7
8
9
10
# Gas plugin

This plugin adds autocompletion for the [gas](http://ramblingsby.me/gas/) command,
a utility to manage Git authors.

To use it, add `gas` to the plugins array of your zshrc file:

```zsh
plugins=(... gas)
```