systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit aa4a42451e6d180714e2d0772c43fdf2f9e5e70d
parent 47d982f681c83426982493a5765e9bb9f76bf02c
Author: Remy Noulin <loader2x@gmail.com>
Date:   Thu,  1 Apr 2021 10:16:03 +0200

change url for web search

dotfiles/webs.sh | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

Diffstat:
Mdotfiles/webs.sh | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dotfiles/webs.sh b/dotfiles/webs.sh @@ -12,8 +12,11 @@ done echo Query: $query -echo "https://ddg.co/html/?q="$query -w3m -no-cookie -s -W "https://ddg.co/html/?q="$query +echo "https://html.duckduckgo.com/html/?q="$query +w3m -no-cookie -s -W "https://htlm.duckduckgo.com/html/?q="$query +# 210401 ddg.co is down +#echo "https://ddg.co/html/?q="$query +#w3m -no-cookie -s -W "https://ddg.co/html/?q="$query #echo "https://www.google.se/search?q="$query #w3m -no-cookie -s -W "https://www.google.se/search?q="$query #lynx -accept_all_cookies -notitle -nocolor -nolog -nopause -noprint -nostatus -noreferer "https://www.google.se/search?q="$query