diff --git a/common/dotfiles/git.nix b/common/dotfiles/git.nix index fc699d98..81aa1ce9 100644 --- a/common/dotfiles/git.nix +++ b/common/dotfiles/git.nix @@ -4,7 +4,7 @@ userName = "albert"; userEmail = "albert@sysctl.io"; extraConfig = { - core.askPass = "true"; + # core.askPass = "true"; credential.helper = "cache --timeout=25920000"; alias.a = "add --all"; alias.ai = "add -i";