From a825348a5e3b18f8ab7fc7424ca53db42641a2e5 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 25 Sep 2013 18:58:39 +0900 Subject: [PATCH] always enable color when git is cadlled interactively --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index e527af1..81cc73a 100755 --- a/bashrc +++ b/bashrc @@ -321,7 +321,7 @@ g(){ then git info else - git "$@" + git -c color.ui=always "$@" fi } if null type _git && inbash