From 19dd43f53c8cc1aa3bc3f11364736364e0f9686f Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 25 Dec 2015 18:10:44 +0100 Subject: misc Signed-off-by: Florian Pritz --- .gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index 1680f55..8c9d9c0 100644 --- a/.gitconfig +++ b/.gitconfig @@ -52,3 +52,9 @@ decorate = full [gc] autopacklimit = 20 +[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 +[grep] + lineNumber = true -- cgit v1.2.3-24-g4f1b