From b861a2a48265818db5b1aa850b6361f2e6305ebe Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 17 Feb 2022 16:42:31 -0500 Subject: change gall to a sh script --- git/.gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'git') diff --git a/git/.gitconfig b/git/.gitconfig index 822788b..becf13d 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -13,6 +13,12 @@ [pull] ff = only +[pager] + diff = diff-highlight | less + log = diff-highlight | less + reflog = diff-highlight | less + show = diff-highlight | less + [diff] colorMoved = default -- cgit 1.4.1