lazygit: use prettylog alias
This commit is contained in:
parent
121d95ae68
commit
6b59085fe8
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ services:
|
|||
gitlab.schneiderfilz.com: "gitlab:gitlab.schneiderfilz.com"
|
||||
git.snaile.de: "gitea:git.snaile.de"
|
||||
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}} --"
|
||||
branchLogCmd: "git prettylog {{branchName}}"
|
||||
paging:
|
||||
colorArg: always
|
||||
pager: "delta --hyperlinks --hyperlinks-file-link-format='lazygit-edit://{path}:{line}' --paging=never --config ${XDG_CONFIG_HOME}/git/config --max-line-length=$(({{columnWidth}} * 2))"
|
||||
|
|
Loading…
Add table
Reference in a new issue