diff --git a/profiles/git.nix b/profiles/git.nix index ed7f8e4..a83e226 100644 --- a/profiles/git.nix +++ b/profiles/git.nix @@ -12,6 +12,11 @@ in { autocrlf = "input"; pager = "delta"; }; + credential = { + helper = "!gh auth git-credential"; + "https://github.com".useHttpPath = true; + "https://gist.github.com".useHttpPath = true; + }; pull.rebase = true; rebase.autoStash = true; interactive.diffFilter = "delta --color-only";