From 2fb5b4f8893a1b760eb789ddce1b57ddbcc150cd Mon Sep 17 00:00:00 2001 From: Anthony Oteri Date: Wed, 1 Nov 2023 10:02:43 -0400 Subject: [PATCH] Some updates to the lazygit config --- .config/lazygit/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index 2d27f5e..bdb878b 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -48,7 +48,7 @@ gui: showCommandLog: true showBottomLine: true showIcons: false - nerdFontsVersion: "" + nerdFontsVersion: "3" showBranchCommitHash: false commandLogSize: 8 splitDiff: auto @@ -62,7 +62,7 @@ git: pager: delta --dark --paging=never useConfig: false commit: - signOff: false + signOff: true merging: manualCommit: false args: "" @@ -242,5 +242,5 @@ disableStartupPopups: false customCommands: [] services: {} notARepository: prompt -promptToReturnFromSubprocess: true +promptToReturnFromSubprocess: false