adds git branch --no-merged as to git plugin

alias is gbnm
This commit is contained in:
Andreas Grauel 2013-07-17 07:47:34 +02:00
commit a7297ba3fe

View file

@ -46,6 +46,7 @@ compdef _git grba=git-rebase
alias gb='git branch'
compdef _git gb=git-branch
alias gba='git branch -a'
alias gbnm='git branch --no-merged'
compdef _git gba=git-branch
alias gcount='git shortlog -sn'
compdef gcount=git