summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-05-25 09:52:37 +0200
committerJoe <bousset.rudy@gmail.com>2022-05-25 09:52:37 +0200
commit91a71db45fe1a12fe60e6be3e97b9b067c11b0e3 (patch)
treebdf035550cf2def2b497296684b784a6c01b1d09
parentfuck yes (diff)
downloaddotfiles-bsd-91a71db45fe1a12fe60e6be3e97b9b067c11b0e3.tar.gz
dotfiles-bsd-91a71db45fe1a12fe60e6be3e97b9b067c11b0e3.tar.bz2
dotfiles-bsd-91a71db45fe1a12fe60e6be3e97b9b067c11b0e3.tar.xz
dotfiles-bsd-91a71db45fe1a12fe60e6be3e97b9b067c11b0e3.tar.zst
dotfiles-bsd-91a71db45fe1a12fe60e6be3e97b9b067c11b0e3.zip
update
-rw-r--r--.config/zsh/alias.zsh4
1 files changed, 2 insertions, 2 deletions
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 .