diff --git a/zshrc b/zshrc index 2427fa8..a1e5c2f 100644 --- a/zshrc +++ b/zshrc @@ -26,6 +26,7 @@ alias calc="python2 ~/Projects/pyCalc/main.py" alias disks="df -h" alias space="du -shx *" alias emacs="vim" +alias gitlog="git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit" zwget() { export http_proxy="http://10.1:3128"