From 05a8cf3a36d479a979def62f5511fdb5e0f6f73b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 10 Nov 2022 12:00:52 +0300 Subject: [PATCH] Shorter date format --- git/.zsh/rc/010git.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0