Fix git pull autoconfigure

This commit is contained in:
Thomas Avé 2026-06-22 19:30:55 +07:00
parent f101c79e04
commit 427638f243
Signed by: thomasave
SSH Key Fingerprint: SHA256:bvIbWy6TO9+PdMTPzWy6dqkRlVQ3eSky+vQcc9aRIiE
2 changed files with 3 additions and 2 deletions

View File

@ -25,8 +25,8 @@
credentials.helper = "store";
pull.rebase = false;
push.autoSetupRemove = true;
branch.autoSetupMerge = true;
push.autoSetupRemote = true;
branch.autoSetupMerge = "always";
init.defaultBranch = "master";
diff.noprefix = true;
color.ui = "auto";

View File

@ -29,6 +29,7 @@
gocryptfs
sshfs
ncdu
jq
];
home.sessionVariables = {
XDG_CONFIG_HOME = "${config.xdg.configHome}";