diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-08-04 09:30:45 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-08-04 09:30:45 -0700 |
commit | da91a20275334de6a78c36970b97e88da790dc2c (patch) | |
tree | 824121a6fb7a74a15bc012d138787b71b21e6a0f /gitconfig | |
parent | [emacs] Move back to `use-package'. (diff) | |
download | emacs.d-da91a20275334de6a78c36970b97e88da790dc2c.tar.gz |
[git] re-enable colors for diff and so on.
Diffstat (limited to '')
-rw-r--r-- | gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig index ce75d1d..c528fea 100644 --- a/gitconfig +++ b/gitconfig @@ -1,5 +1,5 @@ [color] - ui = false + ui = true [push] default = simple |