From bb72eb10b6c7148ad3107c50a4232dea080d1468 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 25 Feb 2021 13:21:50 +0100 Subject: Added travis CI, fixing shellcheck errors --- config/qutebrowser/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/qutebrowser/config.py') diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 83d7ae7..d449658 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -31,7 +31,8 @@ c.url.searchengines = { 'gh': 'https://github.com/search?q={}', 'h': 'https://hoogle.haskell.org/?hoogle={}', 'cpp': 'http://cplusplus.com/search.do?q={}', - 'lar': 'https://www.larousse.fr/dictionnaires/francais/{}' + 'lar': 'https://www.larousse.fr/dictionnaires/francais/{}', + 'pypi': 'https://pypi.org/search/?q={}', } c.fonts.default_family = 'Fira Mono' -- cgit