fix small mistake in firefox github repo search engine
This commit is contained in:
parent
f0ab5391f7
commit
fc7a420841
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
definedAliases = ["@gh"];
|
definedAliases = ["@gh"];
|
||||||
};
|
};
|
||||||
"GitHub Repos" = {
|
"GitHub Repos" = {
|
||||||
urls = mkUrl "https://github.com/search?type=code&q={searchTerms}";
|
urls = mkUrl "https://github.com/search?q={searchTerms}";
|
||||||
iconUpdateURL = "https://github.githubassets.com/favicons/favicon-dark.svg";
|
iconUpdateURL = "https://github.githubassets.com/favicons/favicon-dark.svg";
|
||||||
definedAliases = ["@ghr"];
|
definedAliases = ["@ghr"];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue