Compare commits
2 Commits
0242e01c6f
...
c8cd4cc8b6
Author | SHA1 | Date | |
---|---|---|---|
c8cd4cc8b6
|
|||
3b485b4a35
|
@ -204,6 +204,13 @@ in {
|
||||
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";
|
||||
|
||||
# Hide bullshit
|
||||
|
@ -103,6 +103,7 @@ in {
|
||||
nf = "https://noogle.dev/q?term={}";
|
||||
nw = "https://wiki.nixos.org/index.php?search={}";
|
||||
aw = "https://wiki.archlinux.org/?search={}";
|
||||
gh = "https://github.com/search?q={}&type=repositories";
|
||||
g = "https://www.google.com/search?hl=en&q={}";
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user