feat(git): add mor3 git aliases

This commit is contained in:
Mohammad Rafiq 2025-05-15 09:36:33 +08:00
parent 6c9fbe5682
commit fc8fcbe680
No known key found for this signature in database

View file

@ -4,6 +4,10 @@
home.shellAliases = {
g = "git";
gs = "git status";
gc = "git commit";
gcam = "git commit -am";
gu = "git push";
gy = "git pull";
};
programs.git = {