all repos — nixfiles @ 08e518eb6e6f78bc7ac5d08506d8bda01d118f81

System and user configuration, managed by nix and home-manager

shell: make gh create a git remote when forking

Alan Pearce
commit

08e518eb6e6f78bc7ac5d08506d8bda01d118f81

parent

8cbfe23a555a75fe9619c0b35ad2ba782ea878c3

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M user/settings/shell.nixuser/settings/shell.nix
@@ -147,7 +147,7 @@ extensions = with pkgs; [ gh-eco ];
settings = { git_protocol = "ssh"; aliases = { - fork = "repo fork --remote-name fork --default-branch-only"; + fork = "repo fork --remote --remote-name fork --default-branch-only"; }; }; };