diff --git a/user/modules/git.nix b/user/modules/git.nix index d961002..d5f8507 100644 --- a/user/modules/git.nix +++ b/user/modules/git.nix @@ -8,7 +8,11 @@ lazygit ]; - home.shellAliases.lg = "lazygit"; + home.shellAliases = { + gs = "git status"; + ga = "git add"; + lg = "lazygit"; + }; # Use pkgs.gitAndTools.gitFull in order to get libsecret support programs.git = {