From 378a99f25bdd59baa8db76dc101456debcce1655 Mon Sep 17 00:00:00 2001 From: ncanceill Date: Wed, 21 May 2014 17:14:15 +0200 Subject: [PATCH] change alias gwc to gwch, fixes #2463 --- plugins/git/git.plugin.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/git/git.plugin.zsh b/plugins/git/git.plugin.zsh index f1157c5a9..c5efb4087 100644 --- a/plugins/git/git.plugin.zsh +++ b/plugins/git/git.plugin.zsh @@ -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