diff --git a/gitconfig b/gitconfig index 89e4b4f..38cd5fc 100644 --- a/gitconfig +++ b/gitconfig @@ -3,7 +3,7 @@ email = dustinswan@gmail.com [alias] - hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short + lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit [push] default = simple