Add alias for fancy git graph
This commit is contained in:
parent
bc26f93da0
commit
0b5a14b759
2
.zshrc
2
.zshrc
@ -160,3 +160,5 @@ alias pac='sudo pacman -S'
|
|||||||
|
|
||||||
# When opening top, use ytop with CPU core details
|
# When opening top, use ytop with CPU core details
|
||||||
alias top="ytop -p"
|
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"'
|
||||||
|
Loading…
Reference in New Issue
Block a user