mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-05-09 18:14:36 +02:00
Replaced Google by Qwant
This commit is contained in:
parent
ef6d75f1ef
commit
2f133c63d9
@ -30,8 +30,8 @@ try {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($basename -eq "") {
|
if ($basename -eq "") {
|
||||||
Write-Host "🤷 Sorry, '$term' is unknown to me. Ctrl + click here to google it: " -noNewline
|
Write-Host "🤷 Sorry, '$term' is new to me. Let's search it at: " -noNewline
|
||||||
Write-Host "https://www.google.com/search?q=what+is+$term" -foregroundColor blue
|
Write-Host "https://www.qwant.com/?q=what+is+$term" -foregroundColor blue
|
||||||
}
|
}
|
||||||
exit 0 # success
|
exit 0 # success
|
||||||
} catch {
|
} catch {
|
||||||
|
Loading…
Reference in New Issue
Block a user