Add completions to git cb.

This commit is contained in:
Sebastian Bugge 2025-07-15 10:12:20 +02:00
parent 24582b2cf9
commit 67f467e325
4 changed files with 7 additions and 1 deletions

6
.zfunc/_git-cb Normal file
View file

@ -0,0 +1,6 @@
#compdef git-cb
_git-cb() {
_arguments \
'1:branch:__git_branch_names'
}