1
0
Fork 0
mirror of synced 2024-05-25 19:41:13 -04:00
zimfw/modules/git/functions/_git-branch-delete-interactive
Eric Nielsen 8655867ca2 [git] Add completion for gbx and gbX
that use the git-branch-delete-interactive function.

Thanks to @Mikachu for helping with the completion function
implementation over the #zsh chat.

Closes #265
2018-04-13 15:13:43 -05:00

4 lines
98 B
Plaintext

#compdef git-branch-delete-interactive
words[1]=(git branch); (( CURRENT++ )); service=git; _git