From 91a71db45fe1a12fe60e6be3e97b9b067c11b0e3 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 25 May 2022 09:52:37 +0200 Subject: update --- .config/zsh/alias.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index b184110..fa09b25 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -74,8 +74,8 @@ alias \ gco='git commit -m' \ gpp='git push' \ gpo='git push origin' \ - gl="git log --graph --format=format:'%C(yellow)%h %C(bold blue)%ah %C(bold green)(%ar)%C(bold yellow)%d%C(reset)%n%s %C(dim white)- %an <%ae>%C(reset)' --all" \ - dgl="dgit log --graph --format=format:'%C(yellow)%h %C(bold blue)%ah %C(bold green)(%ar)%C(bold yellow)%d%C(reset)%n%s %C(dim white)- %an <%ae>%C(reset)' --all" \ + gl="git log --graph --format=format:'%C(yellow)%h %C(bold blue)%ah %C(bold green)(%ar)%C(bold yellow)%d%C(reset) %s %C(dim white)- %an <%ae>%C(reset)' --all" \ + dgl="dgit log --graph --format=format:'%C(yellow)%h %C(bold blue)%ah %C(bold green)(%ar)%C(bold yellow)%d%C(reset) %s %C(dim white)- %an <%ae>%C(reset)' --all" \ dgst="dgit status" gg() { git add . -- cgit v1.2.3