Remove duplicate gd alias

This commit is contained in:
Marten Lienen 2014-02-19 17:01:35 +01:00
commit bfc406d18d

View file

@ -13,7 +13,6 @@ alias gup='git pull --rebase'
compdef _git gup=git-fetch
alias gp='git push'
compdef _git gp=git-push
alias gd='git diff'
gdv() { git diff -w "$@" | view - }
compdef _git gdv=git-diff
alias gc='git commit -v'