force lazygit to allow gpg signing

This commit is contained in:
Joakim Repomaa
2026-01-07 13:11:25 +02:00
parent fae8bd5b05
commit 832fe0c589

View File

@@ -220,6 +220,7 @@
git = {
showUntrackedFiles = "all";
branchLogCmd = "git log {{branchName}} --first-parent --color=always --pretty=format:'%Cgreen%h%Creset %Cblue%aN%Creset %C(cyan)%<(14)%ar%Creset %s' --abbrev-commit";
overrideGpg = true;
};
os = {
edit = "\${EDITOR} -- {{filename}}";