Replaced Google by Qwant

This commit is contained in:
Markus Fleschutz 2025-03-09 10:15:35 +01:00
parent ef6d75f1ef
commit 2f133c63d9

View File

@ -30,8 +30,8 @@ try {
}
}
if ($basename -eq "") {
Write-Host "🤷‍ Sorry, '$term' is unknown to me. Ctrl + click here to google it: " -noNewline
Write-Host "https://www.google.com/search?q=what+is+$term" -foregroundColor blue
Write-Host "🤷‍ Sorry, '$term' is new to me. Let's search it at: " -noNewline
Write-Host "https://www.qwant.com/?q=what+is+$term" -foregroundColor blue
}
exit 0 # success
} catch {