From b19654063fe4e693d608396a379b810907444063 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sun, 30 Nov 2014 11:10:59 +0900 Subject: [PATCH] shrc: Do not always colorize git output --- shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shrc b/shrc index 3d18b74..8033f18 100755 --- a/shrc +++ b/shrc @@ -538,7 +538,7 @@ g(){ then git info else - git -c color.ui=always "$@" + git "$@" fi } if null type _git && $inbash