From b6f9a9beec37e65d40a14df569236f203de3c6d5 Mon Sep 17 00:00:00 2001 From: Daniel Fainberg Date: Wed, 8 Jul 2026 09:37:18 +0200 Subject: [PATCH] chore(git): drop github:/gh: remote rewrite rules Co-Authored-By: Claude Opus 4.8 --- modules/home.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/home.nix b/modules/home.nix index 33a19fd..3ad82d2 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -184,10 +184,6 @@ in push = { default = "simple"; followTags = true; }; submodule.recurse = true; - # github: / gh: / gist: remote shorthands. - url."git@github.com:".insteadOf = "gh:"; - url."git://github.com/".insteadOf = "github:"; - alias = { l = "log --pretty=oneline -n 20 --graph --abbrev-commit"; logs = "log --show-signature";