]> git.rmz.io Git - dotfiles.git/commitdiff
Fix typo
authorSamir Benmendil <samir.benmendil@ultrahaptics.com>
Thu, 19 Apr 2018 08:02:07 +0000 (09:02 +0100)
committerSamir Benmendil <samir.benmendil@ultrahaptics.com>
Thu, 19 Apr 2018 08:02:07 +0000 (09:02 +0100)
zsh/aliases/git.zsh

index 7eb053a233181b034f5a1dd4d443fc520a5e847e..f18d8842ed373d0ba9a5355327c901273f0ceb4c 100644 (file)
@@ -47,7 +47,7 @@ alias gcl='git config --list'
 alias gcp='git cherry-pick'
 
 alias gcount='git shortlog -sn'
-alias glg='git --no-pager log --graph --max-count=20 --format:"%Cblue%cd %C(auto)%h%d %s" --date=short'
+alias glg='git --no-pager log --graph --max-count=20 --format="%Cblue%cd %C(auto)%h%d %s" --date=short'
 alias glg2='git --no-pager log --graph --max-count=20 --date=short --format="%C(blue)%cd %C(auto)%h %C(dim cyan)%an %C(bold green)(%ar)%C(auto)%-d%n %s"'
 function glm { glg "${1:-origin}".. }
 compdef _git glm=git-log