From 734661e93a2ea7b8abfbafb4e95e450e8ca81db1 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 24 Jul 2022 13:09:46 -0400 Subject: [PATCH] ADD glol and glola --- dot_config/zsh/dot_zshrc.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/zsh/dot_zshrc.tmpl b/dot_config/zsh/dot_zshrc.tmpl index 35e4279..b0533d4 100644 --- a/dot_config/zsh/dot_zshrc.tmpl +++ b/dot_config/zsh/dot_zshrc.tmpl @@ -316,6 +316,8 @@ alias_if git \ gci='git commit --interactive' \ gb='git branch' \ gco='git checkout' \ + glol="git log --graph --decorate --pretty=oneline --abbrev-commit" \ + glola="git log --graph --decorate --pretty=oneline --abbrev-commit --all" \ gg="git log --graph --pretty=format:'%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%C(cyan)\\ [%cn]' --abbrev-commit --date=relative" \ ggs="gg --stat" \ gw="git whatchanged" \