mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 06:57:23 +01:00
start out with thoughtbots version
This commit is contained in:
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