diff options
-rw-r--r-- | plugins/gb/README.md (renamed from plugins/getgb/README.md) | 4 | ||||
-rw-r--r-- | plugins/gb/_gb (renamed from plugins/getgb/_gb) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/getgb/README.md b/plugins/gb/README.md index 88881cb28..822c29aaa 100644 --- a/plugins/getgb/README.md +++ b/plugins/gb/README.md @@ -9,9 +9,9 @@ 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: +To use it, add `gb` to your plugins array: ```sh -plugins=(... getgb) +plugins=(... gb) ``` ## Caveats diff --git a/plugins/getgb/_gb b/plugins/gb/_gb index 8148adf16..8148adf16 100644 --- a/plugins/getgb/_gb +++ b/plugins/gb/_gb |