mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
added overrideGpg to lazygit
This allows to remove the flickering/prompting from lazygit when committing a signed commit. Signed-off-by: Purin <118902463+Dylouwu@users.noreply.github.com>
This commit is contained in:
@@ -16,6 +16,7 @@ in {
|
|||||||
update.method = "never";
|
update.method = "never";
|
||||||
git = {
|
git = {
|
||||||
commit.signOff = true;
|
commit.signOff = true;
|
||||||
|
overrideGpg = true;
|
||||||
parseEmoji = true;
|
parseEmoji = true;
|
||||||
};
|
};
|
||||||
gui = {
|
gui = {
|
||||||
|
|||||||
Reference in New Issue
Block a user