Commit cab63591 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Rename gb completion file to more conventional _gb

parent a29f8f76
#compdef gb
#autoload
_gb () { _gb () {
local ret=1 state local ret=1 state
_arguments -C ':command:->command' '*::options:->options' && ret=0 _arguments -C ':command:->command' '*::options:->options' && ret=0
...@@ -56,8 +59,6 @@ _gb () { ...@@ -56,8 +59,6 @@ _gb () {
return ret return ret
} }
compdef _gb gb
_gb-vendor () { _gb-vendor () {
local curcontext="$curcontext" state line local curcontext="$curcontext" state line
_arguments -C ':command:->command' '*::options:->options' _arguments -C ':command:->command' '*::options:->options'
...@@ -106,3 +107,5 @@ _gb-vendor () { ...@@ -106,3 +107,5 @@ _gb-vendor () {
;; ;;
esac esac
} }
_gb
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment