diff --git a/qutebrowser/config.py b/qutebrowser/config.py index c841a03..abe2f5e 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1265,6 +1265,7 @@ c.url.searchengines = { "py2": "https://docs.python.org/2/search.html?q={}", "py3": "https://docs.python.org/3/search.html?q={}", "rdoc": "https://rubyapi.org/2.7/o/s?q={}", + "sc": "https://github.com/koalaman/shellcheck/wiki/SC{}", "thesaurus": "https://www.thesaurus.com/browse/{}", "tw": "https://tailwindcss.com/docs/{}", "ud": "https://www.urbandictionary.com/define.php?term={}",