lazygit: cleanup pager config
This commit is contained in:
parent
2ade28c32e
commit
f3db42e669
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue