0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/gb/README.md

22 lines
574 B
Markdown
Raw Normal View History

2016-07-02 11:59:04 +02:00
# `gb` plugin
2016-06-28 21:25:51 +02:00
2016-07-02 11:59:04 +02:00
> A project based build tool for the Go programming language.
2016-06-28 21:25:51 +02:00
2016-07-02 11:59:04 +02: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 23:29:00 +02:00
To use it, add `gb` to your plugins array:
2016-07-02 11:59:04 +02:00
```sh
2016-07-03 23:29:00 +02:00
plugins=(... gb)
2016-07-02 11:59:04 +02:00
```
2016-06-28 21:25:51 +02:00
## Caveats
2016-07-02 11:59:04 +02: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.