home/terminal/programs: add alias for lazygit

This commit is contained in:
Anthony Rodriguez 2024-12-15 19:40:20 +01:00
parent f93928f9bf
commit 98b1beb3f8
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -20,6 +20,7 @@
};
home.shellAliases = {
lg = "lazygit";
g = "git";
gs = "git status";
gsh = "git show HEAD";