From 388a12e336f0d559a183398aab9404ce8b3008bd Mon Sep 17 00:00:00 2001 From: Christophe Buffenoir Date: Wed, 9 Oct 2013 11:09:45 +0200 Subject: [PATCH] Add gitw shortcut --- common/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/common/.zshrc b/common/.zshrc index 6dda223..9e1dc33 100644 --- a/common/.zshrc +++ b/common/.zshrc @@ -107,6 +107,7 @@ alias gitlog='git log --name-status' alias gittree='git log --graph' alias gitlstags='git describe --tags' alias gittag='git tag -a' +alias gitw='git instaweb --httpd=webrick' gitgrephistory(){ if [ $# = 1 ] ; then