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" \