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