git: add aliases

This commit is contained in:
Michael Thomas 2025-07-12 16:11:21 -04:00
parent 2b58d28364
commit 9fc90fc8f3

View File

@ -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 = {