From a1e8feacab3c71acf41f47d0660508a2e80bd4d9 Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 2 Jul 2023 22:07:12 +0900 Subject: [PATCH] Test; --- common/dotfiles/git.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/dotfiles/git.nix b/common/dotfiles/git.nix index 463a4354..fc699d98 100644 --- a/common/dotfiles/git.nix +++ b/common/dotfiles/git.nix @@ -4,6 +4,7 @@ userName = "albert"; userEmail = "albert@sysctl.io"; extraConfig = { + core.askPass = "true"; credential.helper = "cache --timeout=25920000"; alias.a = "add --all"; alias.ai = "add -i"; @@ -132,4 +133,4 @@ alias.wr = "show -p --no-color"; }; }; -} \ No newline at end of file +}