1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 15:30:09 +00:00
ohmyzsh/plugins/getgb
2016-07-04 22:34:38 +02:00
..
_gb Rename gb completion file to more conventional _gb 2016-07-04 22:34:38 +02:00
README.md Add more information to the README 2016-07-03 23:20:30 +02:00

gb plugin

A project based build tool for the Go programming language.

See https://getgb.io for the full gb documentation


  • Adds completion support for all gb commands.
  • Also supports completion for the gb-vendor plugin.

To use it, add getgb to your plugins array:

plugins=(... getgb)

Caveats

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.