mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
5 lines
55 B
Plaintext
5 lines
55 B
Plaintext
_git_delete_branch ()
|
|
{
|
|
__gitcomp "$(__git_heads)"
|
|
}
|