Compare commits
2 commits
d4bb198883
...
c03ab7f481
Author | SHA1 | Date | |
---|---|---|---|
c03ab7f481 | |||
7616d5d06a |
4 changed files with 14 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -22,7 +22,7 @@ let
|
|||
|
||||
nerdfonts = pkgs.stdenvNoCC.mkDerivation rec {
|
||||
pname = "nerdfonts";
|
||||
version = "3.1.1";
|
||||
version = "3.2.1";
|
||||
|
||||
src = ./NerdFonts;
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
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";
|
||||
};
|
||||
|
||||
|
@ -44,13 +45,25 @@
|
|||
conflictStyle = "zdiff3";
|
||||
};
|
||||
|
||||
rebase = {
|
||||
updateRefs = true;
|
||||
};
|
||||
|
||||
rerere = {
|
||||
enabled = true;
|
||||
};
|
||||
|
||||
branch = {
|
||||
sort = "-committerdate";
|
||||
};
|
||||
|
||||
color = {
|
||||
ui = "auto";
|
||||
};
|
||||
|
||||
column = {
|
||||
ui = "auto";
|
||||
};
|
||||
};
|
||||
|
||||
ignores = [
|
||||
|
|
Loading…
Reference in a new issue