systemSetup

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

commit e7e840025b07f38a892c67aa603297f7f226f978
parent aa4a42451e6d180714e2d0772c43fdf2f9e5e70d
Author: Remy Noulin <loader2x@gmail.com>
Date:   Thu,  1 Apr 2021 10:21:35 +0200

fix typo in webs.sh

dotfiles/webs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Diffstat:
Mdotfiles/webs.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dotfiles/webs.sh b/dotfiles/webs.sh @@ -13,7 +13,7 @@ done echo Query: $query echo "https://html.duckduckgo.com/html/?q="$query -w3m -no-cookie -s -W "https://htlm.duckduckgo.com/html/?q="$query +w3m -no-cookie -s -W "https://html.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