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";