Skip to content

Commit 2c216b8

Browse files
committed
refactor(lazygit): reorganize parameter order
1 parent e4f048e commit 2c216b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

home/dot_config/exact_lazygit/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ gui:
4343

4444
git:
4545
pagers:
46-
- colorArg: always
47-
pager: delta --paging=never
46+
- pager: delta --paging=never
47+
colorArg: always
4848
branchLogCmd: 'git l --color=always {{branchName}} --'
4949
allBranchesLogCmds:
5050
- 'git la --color=always'

0 commit comments

Comments
 (0)