From 1073cd9daa2998f8dec6ff8ab19971453c302b9b Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Wed, 12 Feb 2025 22:09:57 -0700 Subject: [PATCH] typeo --- nix/home-manager/alex.home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home-manager/alex.home.nix b/nix/home-manager/alex.home.nix index ae4d701..41a62c8 100644 --- a/nix/home-manager/alex.home.nix +++ b/nix/home-manager/alex.home.nix @@ -30,7 +30,7 @@ enable = true; shellInit = '' function commit - git add --allr + git add --all git commit -m "$argv" git push end