From 0feba4c9793666829af2895297bcdf863141f088 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Sat, 30 May 2015 02:43:45 +0200 Subject: [PATCH] =?UTF-8?q?zshrc:=20gitlog=20hinzugef=C3=BCgt.=20entgegen?= =?UTF-8?q?=20pauls=20warnungen=20:)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zshrc | 1 + 1 file changed, 1 insertion(+) 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"