diff --git a/home/git.nix b/home/git.nix index a15d830..fdd1057 100644 --- a/home/git.nix +++ b/home/git.nix @@ -48,9 +48,7 @@ push.autoSetupRemote = true; - "credential \"https://github.com\"" = { - helper = "!gh auth git-credential"; - }; + credential."https://github.com".helper = "!gh auth git-credential"; "diff-so-fancy" = { markEmptyLines = true;