diff --git a/plugins/git/git.plugin.zsh b/plugins/git/git.plugin.zsh index 073e0484d..f876f864a 100644 --- a/plugins/git/git.plugin.zsh +++ b/plugins/git/git.plugin.zsh @@ -91,7 +91,7 @@ compdef _git grhh=git-reset alias gwc='git whatchanged -p --abbrev-commit --pretty=medium' compdef _git gwc=git-whatchanged alias gf='git ls-files | grep' -compdef _git gwc=git-whatchanged +compdef _git gf=git-ls-files alias gls='git ls-files | grep' compdef _git gls=git-ls-files alias gpoat='git push origin --all && git push origin --tags'