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