mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
update lazygit/config.yml
This commit is contained in:
parent
fe51ab6fde
commit
fdb300ad9b
1 changed files with 12 additions and 1 deletions
|
|
@ -3,6 +3,13 @@ gui:
|
|||
nerdFontsVersion: 3
|
||||
timeFormat: Jan 2 15:04:05 2006 MST
|
||||
shortTimeFormat: 15:04:05
|
||||
showPanelJumps: false
|
||||
showListFooter: false
|
||||
statusPanelView: allBranchesLog
|
||||
filterMode: fuzzy
|
||||
branchColorPatterns:
|
||||
main: green
|
||||
'\d+-': yellow
|
||||
theme:
|
||||
activeBorderColor:
|
||||
- blue
|
||||
|
|
@ -25,4 +32,8 @@ gui:
|
|||
defaultFgColor:
|
||||
- default
|
||||
git:
|
||||
branchLogCmd: 'git log --graph --color=always --abbrev-commit --decorate --pretty=medium {{branchName}} --'
|
||||
pagers:
|
||||
- pager: delta --paging=never
|
||||
branchLogCmd: 'git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline {{branchName}} --'
|
||||
allBranchesLogCmds:
|
||||
- git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue