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