gh: Set protocol to https
This commit is contained in:
parent
51642fa9f3
commit
7ec5a372ae
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ in
|
|||
programs.gh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
git_protocol = "ssh";
|
||||
git_protocol = "https";
|
||||
editor = "nvim";
|
||||
prompt = "enabled";
|
||||
pager = "bat";
|
||||
|
|
Loading…
Reference in a new issue