From 9cae0e81212c18a71763079d4a3ad693d2e16378 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Wed, 13 Nov 2019 17:14:33 +0300 Subject: [PATCH] git: pager=delta --- etc/soft/git/gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/soft/git/gitconfig b/etc/soft/git/gitconfig index f9e02d4..283e365 100644 --- a/etc/soft/git/gitconfig +++ b/etc/soft/git/gitconfig @@ -3,7 +3,8 @@ email = envrm@yandex.ru [core] - pager = "less -R -X --ignore-case -w --jump-target=.5" + #pager = "less -R -X --ignore-case -w --jump-target=.5" + pager = delta --light --theme="OneHalfLight" --commit-style=box --file-style=box editor=nvim excludesfile = ~/.shellrc/etc/soft/git/gitignore-global quotepath = false @@ -43,6 +44,7 @@ co = checkout + ld = log --source --stat --date=iso --pretty=medium -p lf = log --source --graph --stat --date=iso --pretty=medium --decorate=full ls = log --graph --pretty=format:'%Cred%h%Creset - %Cgreen[%cd]%Creset ::%C(yellow)%d%Creset %s %C(bold blue)<%ae>%Creset' --abbrev-commit --date=short ll = !git --no-pager log -1 HEAD && echo