alias >> fish
This commit is contained in:
parent
20926946e1
commit
5416b5f13f
5 changed files with 42 additions and 35 deletions
|
|
@ -101,6 +101,18 @@
|
|||
updateInterval = 24 * 60 * 60 * 1000;
|
||||
definedAliases = [ "@ub" ];
|
||||
};
|
||||
"SciHub" = {
|
||||
urls = [{ template = "https://libgen.is/search.php?req={searchTerms}"; }];
|
||||
iconUpdateURL = "https://libgen.is/favicon.ico";
|
||||
updateInterval = 24 * 60 * 60 * 1000;
|
||||
definedAliases = [ "@lg" ];
|
||||
};
|
||||
"Libgen" = {
|
||||
urls = [{ template = "https://libgen.is/search.php?req={searchTerms}"; }];
|
||||
iconUpdateURL = "https://libgen.is/favicon.ico";
|
||||
updateInterval = 24 * 60 * 60 * 1000;
|
||||
definedAliases = [ "@lg" ];
|
||||
};
|
||||
"Leo" = {
|
||||
urls = [{ template = "https://dict.leo.org/englisch-deutsch/{searchTerms}"; }];
|
||||
iconUpdateURL = "https://dict.leo.org/img/favicons/ende-32.png";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue