diff --git a/modules/home/shell/default.nix b/modules/home/shell/default.nix index f30ae85..7df5e94 100644 --- a/modules/home/shell/default.nix +++ b/modules/home/shell/default.nix @@ -1,7 +1,8 @@ { ... }: { home.shellAliases = { ga = "git add -A"; - gc = "git commit -am "; + gc = "git commit -m "; + gca = "git add -A && git commit -am "; gp = "git push"; gpl = "git pull --recurse-submodules";