From 0edf3b01354d8876edcfbbce8534be07e59c6799 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 30 Dec 2023 16:03:40 +0200
Subject: [PATCH] Use the lite version of DuckDuckGo.

---
 .bashrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.bashrc b/.bashrc
index 6191c08..8ac5f42 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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 () {
-- 
GitLab