summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2024-04-29 21:02:36 +0200
committerAlan Pearce2024-04-29 21:02:36 +0200
commit87ec4122cf119e50a20adb8bcd5dc78c876f02b7 (patch)
tree21738ed384a35cf73bb14961e5d94b67bebee344 /user
parent723851f23fef1cbe5be8db59ad0f19bc0684b05b (diff)
downloadnixfiles-87ec4122cf119e50a20adb8bcd5dc78c876f02b7.tar.lz
nixfiles-87ec4122cf119e50a20adb8bcd5dc78c876f02b7.tar.zst
nixfiles-87ec4122cf119e50a20adb8bcd5dc78c876f02b7.zip
shell: fix typo in gh alias
Diffstat (limited to 'user')
-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";
       };
     };
   };