X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=zsh%2F.zshrc;h=32125143c1d8dfbca070aeb00a340949d313831a;hp=9a783b766cac4515f9de9c232e96754e585c3de1;hb=c597a1d86c60f1588df0470345976c2bd0686101;hpb=8192828336a79c463f351d7fd12c9b7daaa0346d 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"