all repos — nixfiles @ 87ec4122cf119e50a20adb8bcd5dc78c876f02b7

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

shell: fix typo in gh alias

Alan Pearce
commit

87ec4122cf119e50a20adb8bcd5dc78c876f02b7

parent

723851f23fef1cbe5be8db59ad0f19bc0684b05b

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 --origin-name fork --default-branch-only"; + fork = "repo fork --remote-name fork --default-branch-only"; }; }; };