]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/aliases/git.zsh
match diff colors with vim syntax colors + decorate logs
[dotfiles.git] / zsh / aliases / git.zsh
index 154aa6db1a4d686c65be2c4931c40eaac4d6bd8d..64c7d0cb172ff536ab7cef8e1a49815ba74ef758 100644 (file)
@@ -40,9 +40,9 @@ compdef gcount=git
 alias gcl='git config --list'
 alias gcp='git cherry-pick'
 compdef _git gcp=git-cherry-pick
-alias glg='git log --stat --max-count=5'
+alias glg='git log --stat --max-count=5 --decorate'
 compdef _git glg=git-log
-alias glgg='git log --graph --max-count=5'
+alias glgg='git log --graph --max-count=5 --decorate'
 compdef _git glgg=git-log
 alias glgga='git log --graph --decorate --all'
 compdef _git glgga=git-log