From 87ec4122cf119e50a20adb8bcd5dc78c876f02b7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 29 Apr 2024 21:02:36 +0200 Subject: shell: fix typo in gh alias --- user/settings/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/settings') diff --git a/user/settings/shell.nix b/user/settings/shell.nix index 3158c1af..c04e3202 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -147,7 +147,7 @@ in settings = { git_protocol = "ssh"; aliases = { - fork = "repo fork --origin-name fork --default-branch-only"; + fork = "repo fork --remote-name fork --default-branch-only"; }; }; }; -- cgit 1.4.1