set git store path
This commit is contained in:
@@ -15,7 +15,7 @@ in
|
||||
userName = config.vars.hm_git_username;
|
||||
userEmail = config.vars.usermail;
|
||||
extraConfig = {
|
||||
credential.helper="store";
|
||||
credential.helper="store --file ~/.git-credentials";
|
||||
};
|
||||
};
|
||||
programs.fzf.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user