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