projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8192828
)
wc -l is really used often
author
Sergey Matveev <stargrave@stargrave.org>
Sun, 22 Dec 2019 15:33:10 +0000 (18:33 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Sun, 22 Dec 2019 15:33:10 +0000 (18:33 +0300)
zsh/.zshrc
patch
|
blob
|
history
diff --git
a/zsh/.zshrc
b/zsh/.zshrc
index 9a783b766cac4515f9de9c232e96754e585c3de1..32125143c1d8dfbca070aeb00a340949d313831a 100644
(file)
--- 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"