Skip to content

Commit 9d45d22

Browse files
committed
Upd lazygit config
1 parent 36e1f11 commit 9d45d22

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

config/lazygit/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ git:
6969
autoFetch: true
7070
autoRefresh: true
7171
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'
7373
overrideGpg: false # prevents lazygit from spawning a separate process when using GPG
7474
disableForcePushing: false
7575
parseEmoji: false

install.conf.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@
8585
~/.config/tig:
8686
path: config/tig
8787
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
8892
# Poetry
8993
~/.config/pypoetry:
9094
path: config/pypoetry

0 commit comments

Comments
 (0)