diff --git a/kshrc b/kshrc index 78e654d..de661a6 100755 --- a/kshrc +++ b/kshrc @@ -6,6 +6,7 @@ alias gca='git commit --amend --no-edit' alias gpf='git push --force-with-lease' alias gs='git show' alias gd='git diff' +alias gl='git log --pretty=format:"%C(auto)%h %>|(23)%C(blue)%ad%C(auto) %s" --date=relative' if [ -e "$HOME/.kshrc_private" ]; then . "$HOME/.kshrc_private"