diff --git a/git/.gitconfig b/git/.gitconfig index 26525f7..1b76298 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -17,6 +17,23 @@ [rebase] autoSquash = true autoStash = true +[pager] + diff = /usr/share/git/diff-highlight/diff-highlight | less + log = /usr/share/git/diff-highlight/diff-highlight | less + show = /usr/share/git/diff-highlight/diff-highlight | less +[color "diff"] + commit = yellow + meta = yellow + frag = cyan + old = red + new = green + whitespace = red reverse +[color "diff-highlight"] + oldNormal = red bold + oldHighlight = red bold 52 + newNormal = green bold + newhighlight = green bold 22 + [user] email = bruno.belanyi@epita.fr name = Bruno BELANYI