zshrc: gitlog hinzugefügt. entgegen pauls warnungen :)

This commit is contained in:
madmaurice 2015-05-30 02:43:45 +02:00
parent 92d2b5fb52
commit 0feba4c979

1
zshrc
View file

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