diff --git a/.zshrc b/.zshrc index 88bcf51..7490b7a 100644 --- a/.zshrc +++ b/.zshrc @@ -160,3 +160,5 @@ alias pac='sudo pacman -S' # When opening top, use ytop with CPU core details alias top="ytop -p" + +alias gitg='git log --graph --full-history --all --color --pretty=format:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s"'