add git aliases
This commit is contained in:
parent
0eeb94b65c
commit
ee7e38e7ba
1 changed files with 13 additions and 3 deletions
|
|
@ -5,6 +5,19 @@
|
||||||
}: {
|
}: {
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
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 = {
|
extraConfig = {
|
||||||
color.ui = true;
|
color.ui = true;
|
||||||
core.editor = "hx";
|
core.editor = "hx";
|
||||||
|
|
@ -22,8 +35,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
userName = "Emile Clark-Boman";
|
|
||||||
userEmail = "eclarkboman@gmail.com";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue