fix small mistake in firefox github repo search engine

This commit is contained in:
xunuwu 2025-02-11 01:52:15 +01:00
parent f0ab5391f7
commit fc7a420841
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -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"];
}; };