mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 05:12:56 +00:00
remove unnecessary comments
This commit is contained in:
parent
98e5bc7cbf
commit
244b36aee3
@ -236,17 +236,10 @@ in
|
|||||||
pager = {
|
pager = {
|
||||||
branch = "false";
|
branch = "false";
|
||||||
};
|
};
|
||||||
#credential = {
|
|
||||||
# helper = "store";
|
|
||||||
#};
|
|
||||||
/* credential = { */
|
|
||||||
/* "https://github.com/helper" = "!gh auth git-credential"; */
|
|
||||||
/* }; */
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.gh = {
|
programs.gh = {
|
||||||
#package = nixos-unstable.gh;
|
|
||||||
enable = true;
|
enable = true;
|
||||||
enableGitCredentialHelper = true;
|
enableGitCredentialHelper = true;
|
||||||
settings.git_protocol = "https";
|
settings.git_protocol = "https";
|
||||||
|
Loading…
Reference in New Issue
Block a user