mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
gas: add README
This commit is contained in:
9
plugins/gas/README.md
Normal file
9
plugins/gas/README.md
Normal file
@@ -0,0 +1,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)
|
||||
```
|
||||
Reference in New Issue
Block a user