Update git config

This commit is contained in:
Thomas Avé 2025-10-27 16:13:37 +07:00
parent c13bb08afa
commit 991882d485
1 changed files with 4 additions and 6 deletions

View File

@ -13,12 +13,6 @@
name = "Thomas Avé"; name = "Thomas Avé";
email = "email@thomasave.be"; email = "email@thomasave.be";
}; };
};
ignores = [
"*.direnv/"
".dmypy.json"
];
extraConfig = {
credentials.helper = "store"; credentials.helper = "store";
pull.rebase = false; pull.rebase = false;
push.autoSetupRemove = true; push.autoSetupRemove = true;
@ -32,6 +26,10 @@
}; };
rerere.enabled = true; rerere.enabled = true;
}; };
ignores = [
"*.direnv/"
".dmypy.json"
];
}; };
programs.lazygit = { programs.lazygit = {
enable = true; enable = true;