Remove duplicate git diff alias

This commit is contained in:
Erik Jansson 2014-09-08 00:37:33 +02:00
commit 37c37235e5

View file

@ -15,7 +15,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 gdt='git difftool'