all repos — nixfiles @ 87ec4122cf119e50a20adb8bcd5dc78c876f02b7

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

shell: fix typo in gh alias
Alan Pearce alan@alanpearce.eu
Mon, 29 Apr 2024 21:02:36 +0200
commit

87ec4122cf119e50a20adb8bcd5dc78c876f02b7

parent

723851f23fef1cbe5be8db59ad0f19bc0684b05b

1 files changed, 1 insertions(+), 1 deletions(-)

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