diff options
author | Alan Pearce | 2024-04-29 21:02:36 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-29 21:02:36 +0200 |
commit | 87ec4122cf119e50a20adb8bcd5dc78c876f02b7 (patch) | |
tree | 21738ed384a35cf73bb14961e5d94b67bebee344 | |
parent | 723851f23fef1cbe5be8db59ad0f19bc0684b05b (diff) | |
download | nixfiles-87ec4122cf119e50a20adb8bcd5dc78c876f02b7.tar.lz nixfiles-87ec4122cf119e50a20adb8bcd5dc78c876f02b7.tar.zst nixfiles-87ec4122cf119e50a20adb8bcd5dc78c876f02b7.zip |
shell: fix typo in gh alias
-rw-r--r-- | user/settings/shell.nix | 2 |
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"; }; }; }; |