dotfiles/.zfunc/_git-cb

6 lines
80 B
Text

#compdef git-cb
_git-cb() {
_arguments \
'1:branch:__git_branch_names'
}