mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Rename gb completion file to more conventional _gb
This commit is contained in:
parent
a29f8f7659
commit
cab6359173
1 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
#compdef gb
|
||||
#autoload
|
||||
|
||||
_gb () {
|
||||
local ret=1 state
|
||||
_arguments -C ':command:->command' '*::options:->options' && ret=0
|
||||
|
@ -56,8 +59,6 @@ _gb () {
|
|||
return ret
|
||||
}
|
||||
|
||||
compdef _gb gb
|
||||
|
||||
_gb-vendor () {
|
||||
local curcontext="$curcontext" state line
|
||||
_arguments -C ':command:->command' '*::options:->options'
|
||||
|
@ -106,3 +107,5 @@ _gb-vendor () {
|
|||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
_gb
|
Loading…
Reference in a new issue