zoxide
This commit is contained in:
parent
b85918d3b1
commit
bd6c9e6d7e
4 changed files with 19 additions and 13 deletions
|
|
@ -62,18 +62,13 @@
|
|||
|
||||
git = {
|
||||
enable = true;
|
||||
|
||||
package = pkgs.gitFull;
|
||||
userName = "maxstrb";
|
||||
userEmail = "max.stribrny@gmail.com";
|
||||
userName = "max_ag";
|
||||
|
||||
extraConfig = {
|
||||
credential.helper = "${
|
||||
pkgs.git.override {withLibsecret = true;}
|
||||
}/bin/git-credential-libsecret";
|
||||
|
||||
push = {autoSetupRemote = true;};
|
||||
|
||||
init.defaultBranch = "main";
|
||||
github.user = "maxstrb";
|
||||
credential.helper = "store";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue