From efc2d025498717ea429a4ec6a422c47b443a84d5 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 20 Jan 2013 21:47:05 +0100 Subject: add git sup alias; vimrc: add wildmenu; zshrc: disable correct_all Signed-off-by: Florian Pritz --- .gitconfig | 1 + 1 file changed, 1 insertion(+) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index cec3938..6890c97 100644 --- a/.gitconfig +++ b/.gitconfig @@ -14,6 +14,7 @@ am = am -s c = cherry -v b = branch -vv + sup = log --all --graph --pretty=format:'%Cblue%h%C(yellow)%d %Creset%s %Cgreen(%cr) %Cred%an%+b' [merge] tool = vimdiff [push] -- cgit v1.2.3-24-g4f1b