From caaa5002324a19e15cfc2620984689e024bf9433 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:42:20 +0200 Subject: [PATCH] Update --- home/programs/shell/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/programs/shell/zsh.nix b/home/programs/shell/zsh.nix index 0e2fa17..d014c99 100644 --- a/home/programs/shell/zsh.nix +++ b/home/programs/shell/zsh.nix @@ -60,7 +60,7 @@ ga = "git add"; gc = "git commit"; gcm = "git commit -m"; - gcu = "git commit -am 'Update'"; + gcu = "git add . && git commit -m 'Update'"; gp = "git push"; gpl = "git pull"; gs = "git status";