shell: fix typo in gh alias
Alan Pearce alan@alanpearce.eu
Mon, 29 Apr 2024 21:02:36 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
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 --origin-name fork --default-branch-only"; + fork = "repo fork --remote-name fork --default-branch-only"; }; }; };