8655867ca2
that use the git-branch-delete-interactive function. Thanks to @Mikachu for helping with the completion function implementation over the #zsh chat. Closes #265
3 lines
98 B
Text
3 lines
98 B
Text
#compdef git-branch-delete-interactive
|
|
|
|
words[1]=(git branch); (( CURRENT++ )); service=git; _git
|