Commit 0edf3b01 authored by nimrod's avatar nimrod
Browse files

Use the lite version of DuckDuckGo.

parent d501eb1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 () {