shell: make gh create a git remote when forking
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M user/settings/shell.nix → user/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"; }; }; };