Compare commits
No commits in common. "c03ab7f4816a34298f68b82356dcd84751e72c61" and "d4bb1988839f0432346e86a5f5a07fe542a74506" have entirely different histories.
c03ab7f481
...
d4bb198883
4 changed files with 1 additions and 14 deletions
Binary file not shown.
Binary file not shown.
|
@ -22,7 +22,7 @@ let
|
||||||
|
|
||||||
nerdfonts = pkgs.stdenvNoCC.mkDerivation rec {
|
nerdfonts = pkgs.stdenvNoCC.mkDerivation rec {
|
||||||
pname = "nerdfonts";
|
pname = "nerdfonts";
|
||||||
version = "3.2.1";
|
version = "3.1.1";
|
||||||
|
|
||||||
src = ./NerdFonts;
|
src = ./NerdFonts;
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
userEmail = "daniel+git@kempkens.io";
|
userEmail = "daniel+git@kempkens.io";
|
||||||
|
|
||||||
aliases = {
|
aliases = {
|
||||||
pushf = "push --force-with-lease --force-if-includes";
|
|
||||||
lg = "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative";
|
lg = "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -45,25 +44,13 @@
|
||||||
conflictStyle = "zdiff3";
|
conflictStyle = "zdiff3";
|
||||||
};
|
};
|
||||||
|
|
||||||
rebase = {
|
|
||||||
updateRefs = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
rerere = {
|
rerere = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
branch = {
|
|
||||||
sort = "-committerdate";
|
|
||||||
};
|
|
||||||
|
|
||||||
color = {
|
color = {
|
||||||
ui = "auto";
|
ui = "auto";
|
||||||
};
|
};
|
||||||
|
|
||||||
column = {
|
|
||||||
ui = "auto";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ignores = [
|
ignores = [
|
||||||
|
|
Loading…
Reference in a new issue