]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/gas/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / gas / README.md
1 # Gas plugin
2
3 This plugin adds autocompletion for the [gas](http://walle.github.com/gas) command,
4 a utility to manage Git authors.
5
6 To use it, add `gas` to the plugins array of your zshrc file:
7
8 ```zsh
9 plugins=(... gas)
10 ```