File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 69
69
autoFetch : true
70
70
autoRefresh : true
71
71
branchLogCmd : ' git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium {{branchName}} --'
72
- allBranchesLogCmd : ' git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium'
72
+ allBranchesLogCmd : ' git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline '
73
73
overrideGpg : false # prevents lazygit from spawning a separate process when using GPG
74
74
disableForcePushing : false
75
75
parseEmoji : false
Original file line number Diff line number Diff line change 85
85
~/.config/tig :
86
86
path : config/tig
87
87
if : command -v tig >/dev/null
88
+ # Lazygit
89
+ ~/.config/lazygit/config.yml :
90
+ path : config/lazygit/config.yml
91
+ if : command -v lazygit >/dev/null
88
92
# Poetry
89
93
~/.config/pypoetry :
90
94
path : config/pypoetry
You can’t perform that action at this time.
0 commit comments