change alias gwc to gwch, fixes #2463

This commit is contained in:
ncanceill 2014-05-21 17:14:15 +02:00
commit 378a99f25b

View file

@ -144,8 +144,8 @@ alias glo='git log --oneline --decorate --color'
compdef _git glo=git-log
alias glog='git log --oneline --decorate --color --graph'
compdef _git glog=git-log
alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
compdef _git gwc=git-whatchanged
alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
compdef _git gwch=git-whatchanged
alias glp="_git_log_prettily"
compdef _git glp=git-log
# GUI