mirror of
https://git.sr.ht/~danbarber/dotfiles
synced 2025-03-04 08:59:18 +00:00
5 lines
55 B
Plaintext
5 lines
55 B
Plaintext
_git_delete_branch ()
|
|
{
|
|
__gitcomp "$(__git_heads)"
|
|
}
|