Skip to content
Snippets Groups Projects
Commit 0edf3b01 authored by nimrod's avatar nimrod
Browse files

Use the lite version of DuckDuckGo.

parent d501eb1b
No related branches found
No related tags found
No related merge requests found
......@@ -225,7 +225,7 @@ container_name() {
}
ddg () {
w3m "https://duckduckgo.com/lite/?q=$(echo "$@" | urlencode)"
w3m "https://lite.duckduckgo.com/lite/?q=$(echo "$@" | urlencode)"
}
genpass () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment