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

22 lines
580 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).
To use it, add `getgb` to your plugins array:
```sh
plugins=(... getgb)
```
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.