Files
DotfilesOld/zsh/functions/_git_delete_branch
2017-12-31 15:35:11 +01:00

5 lines
55 B
Plaintext

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