From 610308d789db0ac12a7bf473cc866a7fbaa27ade Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 6 Apr 2024 04:48:37 +0100 Subject: [PATCH] refactor(git): shorthand for Catppuccin git clones --- home/apps/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/apps/git.nix b/home/apps/git.nix index af07e15..9e8ca59 100644 --- a/home/apps/git.nix +++ b/home/apps/git.nix @@ -51,6 +51,7 @@ push.autoSetupRemote = true; receive.fsckObjects = true; transfer.fsckobjects = true; + url."git@github.com:catppuccin/".insteadOf = "ctp:"; }; }; }