add git aliases

This commit is contained in:
Emile Clark-Boman 2025-08-08 11:28:11 +10:00
parent 0eeb94b65c
commit ee7e38e7ba

View file

@ -5,6 +5,19 @@
}: {
programs.git = {
enable = true;
lfs.enable = true;
userName = "Emile Clark-Boman";
userEmail = "eclarkboman@gmail.com";
aliases = {
s = "status";
d = "diff";
l = "log";
c = "commit";
p = "push";
};
extraConfig = {
color.ui = true;
core.editor = "hx";
@ -22,8 +35,5 @@
};
};
};
userName = "Emile Clark-Boman";
userEmail = "eclarkboman@gmail.com";
};
}