systemSetup

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

commit 6afc2622fa4f4c402fee72f0d1de0d9018e522c0
parent 1694b355900a6b987f7e175e6317c5f1fb008512
Author: Remy Noulin <loader2x@gmail.com>
Date:   Thu, 30 Aug 2018 14:53:45 +0200

use duckduckgo for search

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

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

diff --git a/dotfiles/webs.sh b/dotfiles/webs.sh @@ -12,6 +12,8 @@ done echo Query: $query -echo "https://www.google.se/search?q="$query -w3m -no-cookie -s -W "https://www.google.se/search?q="$query +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