From: Sergey Matveev Date: Thu, 10 Nov 2022 09:00:52 +0000 (+0300) Subject: Shorter date format X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=05a8cf3a36d479a979def62f5511fdb5e0f6f73b Shorter date format --- diff --git a/git/.zsh/rc/010git.zsh b/git/.zsh/rc/010git.zsh index 935a17b..3301f42 100644 --- a/git/.zsh/rc/010git.zsh +++ b/git/.zsh/rc/010git.zsh @@ -6,7 +6,7 @@ alias Gdc="git diff --cached" alias gg="git grep " alias ggj="GIT_EDITOR=\"$EDITOR -c copen\" git jump grep " alias Gl="git log --oneline --graph --decorate=short" -alias Gld="git log --format=format:'%ai %Cgreen%h%Creset %s'" +alias Gld="git log --date=format:'%F %R' --pretty=format:'%ad %C(auto)%h %s'" alias Gp="git log --patch" alias Gs="git show --show-signature" bindkey -s "OR" " git status --short\n" # F3