From 34776cfc9da9bdd04e5caa53b0589bf1761af4aa Mon Sep 17 00:00:00 2001 From: twoneis Date: Sat, 25 May 2024 01:57:46 +0200 Subject: [PATCH] update --- modules/home/utils/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/home/utils/default.nix b/modules/home/utils/default.nix index 57d0b39..a7543d0 100644 --- a/modules/home/utils/default.nix +++ b/modules/home/utils/default.nix @@ -89,10 +89,7 @@ home.shellAliases = { ga = "git add"; - gc = "git commit -m "; - gca = "git add -A && git commit -am "; - gs = "git stash"; - gsp = "git stash pop"; + gc = "git commit"; gp = "git push"; gpl = "git pull --recurse-submodules"; gst = "git status";