dotfiles/dot_config/zsh/functions/_git_delete_branch
2024-09-26 16:35:01 -05:00

5 lines
55 B
Plaintext

_git_delete_branch ()
{
__gitcomp "$(__git_heads)"
}