diff --git a/.gitconfig b/.gitconfig index e180bcb..b8dd741 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,6 +4,12 @@ [color] branch = auto ui = auto + diff = auto + grep = auto + interactive = auto + pager = auto + showBranch = auto + status = auto [core] excludesFile = ~/.gitignore_global whitespace = trailing-space space-before-tab