Files
DotfilesOld/zsh/functions/_git_delete_branch
2017-08-13 23:17:04 +02:00

5 lines
55 B
Plaintext

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