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 {
|
||||
pname = "nerdfonts";
|
||||
version = "3.2.1";
|
||||
version = "3.1.1";
|
||||
|
||||
src = ./NerdFonts;
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
userEmail = "daniel+git@kempkens.io";
|
||||
|
||||
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";
|
||||
};
|
||||
|
||||
|
@ -45,25 +44,13 @@
|
|||
conflictStyle = "zdiff3";
|
||||
};
|
||||
|
||||
rebase = {
|
||||
updateRefs = true;
|
||||
};
|
||||
|
||||
rerere = {
|
||||
enabled = true;
|
||||
};
|
||||
|
||||
branch = {
|
||||
sort = "-committerdate";
|
||||
};
|
||||
|
||||
color = {
|
||||
ui = "auto";
|
||||
};
|
||||
|
||||
column = {
|
||||
ui = "auto";
|
||||
};
|
||||
};
|
||||
|
||||
ignores = [
|
||||
|
|
Loading…
Reference in a new issue