diff --git a/config/lazygit/config.yml b/config/lazygit/config.yml index e2288e73..04455bda 100644 --- a/config/lazygit/config.yml +++ b/config/lazygit/config.yml @@ -1,8 +1,9 @@ git: - allBranchesLogCmd: "git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline" autoFetch: true autoRefresh: true branchLogCmd: "git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline {{branchName}} --" paging: colorArg: always pager: delta --dark --paging=never --line-numbers --hyperlinks --hyperlinks-file-link-format="lazygit-edit://{path}:{line}" + allBranchesLogCmds: + - git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline