X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=zsh%2F.zshrc;h=99f9b0841063581d820143e65e65f86e60bf742f;hp=77a5aba13b99e73e407d679d5cb8e0b396b2dde8;hb=a95a68295fbc3c828e74561249b70a3fd01379de;hpb=3e32cf24968e49c156a04026ae8e2765cc66318d diff --git a/zsh/.zshrc b/zsh/.zshrc index 77a5aba..99f9b08 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -124,6 +124,7 @@ alias Gm="git diff --name-only --diff-filter=M" alias Gam="git commit --amend" alias Gl="git log --oneline --graph --decorate=short" +alias Gld="git log --format=format:'%ai %Cgreen%h%Creset %s'" alias Gr="git --no-pager log --oneline -n 20 | perl -ne 'print \"@~\$n \$_\"; \$n++'" alias Grr="git --no-pager log --oneline --graph -n 1024 | vi -c 'setlocal filetype=gitrebase buftype=nofile noswapfile' -"