summary refs log tree commit diff stats
path: root/user/settings/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/shell.nix')
-rw-r--r--user/settings/shell.nix2
1 files changed, 1 insertions, 1 deletions
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";
       };
     };
   };