split configs
This commit is contained in:
parent
8df61f216e
commit
00fbfd0fef
7 changed files with 153 additions and 117 deletions
|
@ -133,16 +133,15 @@ in {
|
|||
userName = "Vinzenz Schroeter";
|
||||
userEmail = "vinzenz.f.s@gmail.com";
|
||||
|
||||
#package = pkgs.gitFull;
|
||||
#config.credential.helper = "libsecret";
|
||||
|
||||
aliases = {
|
||||
prettylog = "log --pretty=oneline --graph";
|
||||
};
|
||||
|
||||
extraConfig = {
|
||||
pull.ff = "only";
|
||||
init.defaultBranch = "main";
|
||||
merge.tool = "kdiff3";
|
||||
push.autoSetupRemote = "true";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue