1
0
Fork 0

lazygit: cleanup pager config

This commit is contained in:
Luca Bilke 2024-11-19 10:27:16 +01:00
parent 2ade28c32e
commit f3db42e669
Signed by: luca
GPG key ID: F6E11C9BAA7C82F5

View file

@ -6,7 +6,7 @@ git:
branchLogCmd: "git log --color=always --abbrev-commit --date=relative --pretty='format:%C(magenta)%G? %C(blue)%<(33)%ae%C(green)%<(24)%ad%C(reset)%s%C(auto)%d' {{branchName}} --"
paging:
colorArg: always
pager: "delta --hyperlinks --hyperlinks-file-link-format='lazygit-edit://{path}:{line}' --dark --paging=never --config $XDG_CONFIG_HOME/git/config --max-line-length=$(({{columnWidth}} * 2))"
pager: "delta --hyperlinks --hyperlinks-file-link-format='lazygit-edit://{path}:{line}' --paging=never --config ${XDG_CONFIG_HOME}/git/config --max-line-length=$(({{columnWidth}} * 2))"
gui:
nerdFontsVersion: "3"
showRandomTip: false