Modules/Firefox: Add GitHub search engine
This commit is contained in:
@ -204,6 +204,13 @@ in {
|
|||||||
definedAliases = ["@aw"];
|
definedAliases = ["@aw"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
github = {
|
||||||
|
name = "GitHub";
|
||||||
|
urls = [{template = "https://github.com/search?q={searchTerms}&type=repositories";}];
|
||||||
|
iconMapObj."16" = "https://github.com/favicon.ico";
|
||||||
|
definedAliases = ["@gh"];
|
||||||
|
};
|
||||||
|
|
||||||
google.metaData.alias = "@g";
|
google.metaData.alias = "@g";
|
||||||
|
|
||||||
# Hide bullshit
|
# Hide bullshit
|
||||||
|
Reference in New Issue
Block a user