oh-my-zsh/plugins/gb/README.md

22 lines
574 B
Markdown
Raw Normal View History

2016-07-02 09:59:04 +00:00
# `gb` plugin
2016-06-28 19:25:51 +00:00
2016-07-02 09:59:04 +00:00
> A project based build tool for the Go programming language.
2016-06-28 19:25:51 +00:00
2016-07-02 09:59:04 +00:00
See https://getgb.io for the full `gb` documentation
* * * *
- Adds completion support for all `gb` commands.
- Also supports completion for the [`gb-vendor` plugin](https://godoc.org/github.com/constabulary/gb/cmd/gb-vendor).
2016-07-03 21:29:00 +00:00
To use it, add `gb` to your plugins array:
2016-07-02 09:59:04 +00:00
```sh
2016-07-03 21:29:00 +00:00
plugins=(... gb)
2016-07-02 09:59:04 +00:00
```
2016-06-28 19:25:51 +00:00
## Caveats
2016-07-02 09:59:04 +00:00
The `git` plugin defines an alias `gb` that usually conflicts with the `gb` program.
If you're having trouble with it, remove it by adding `unalias gb` at the end of your
zshrc file.