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 +}