Fixes gd completion

This commit is contained in:
Pablo Lalloni 2013-01-17 08:14:42 -03:00
commit bc97674509

View file

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