Update git.plugin.zsh

This commit is contained in:
Ilya Antipenko 2014-12-09 12:20:59 +02:00
commit 58e752fc7d

View file

@ -15,7 +15,7 @@ alias gup='git pull --rebase'
compdef _git gup=git-fetch
alias gp='git push'
compdef _git gp=git-push
alias gp='git push --delete'
alias gpd='git push --delete'
compdef _git gpd=git-push
alias gd='git diff'
gdv() { git diff -w "$@" | view - }