From: Sergey Matveev Date: Sun, 22 Dec 2019 15:33:10 +0000 (+0300) Subject: wc -l is really used often X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=c597a1d86c60f1588df0470345976c2bd0686101 wc -l is really used often --- diff --git a/zsh/.zshrc b/zsh/.zshrc index 9a783b7..3212514 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -96,6 +96,7 @@ alias Gd="git diff" alias Gs="git show" alias Gm="git diff --name-only --diff-filter=M" alias Gam="git commit --amend" +alias -g W="| wc -l" git_common="--oneline --abbrev-commit" alias Gl="git log $git_common --graph --decorate=short"