update options syntax for git & zsh
This commit is contained in:
@@ -27,7 +27,6 @@
|
|||||||
highlight = "fg=white,bg=green,bold";
|
highlight = "fg=white,bg=green,bold";
|
||||||
};
|
};
|
||||||
defaultKeymap = "viins";
|
defaultKeymap = "viins";
|
||||||
dotDir = ".config/zsh";
|
|
||||||
|
|
||||||
history = {
|
history = {
|
||||||
ignoreAllDups = true;
|
ignoreAllDups = true;
|
||||||
@@ -47,9 +46,11 @@
|
|||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userEmail = "shatteredmint@gmail.com";
|
settings = {
|
||||||
userName = "ShatteredMINT";
|
user = {
|
||||||
extraConfig = {
|
email = "shatteredmint@gmail.com";
|
||||||
|
name = "ShatteredMINT";
|
||||||
|
};
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user