mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 14:37:25 +01:00
start out with thoughtbots version
This commit is contained in:
committed by
Thomas Ruoff
parent
891caebf74
commit
bc1bd4f5e6
4
zsh/functions/_git_delete_branch
Normal file
4
zsh/functions/_git_delete_branch
Normal file
@@ -0,0 +1,4 @@
|
||||
_git_delete_branch ()
|
||||
{
|
||||
__gitcomp "$(__git_heads)"
|
||||
}
|
||||
Reference in New Issue
Block a user