Add alias for fancy git graph

This commit is contained in:
Tanguy Herbron 2020-08-01 22:17:47 +02:00
parent bc26f93da0
commit 0b5a14b759

2
.zshrc
View File

@ -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"'