For users with issues with our services, please do yourselves a few favours before asking for help.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Originally forked from https://gist.github.com/lfalck/fbb04ef438b521064e0c5742bcd28c2f, I just added | |
# another Remove-Item for wget, because I'm not a fan of Invoke-WebRequest | |
$removeCurlAlias = @" | |
# Remove Alias curl -> Invoke-WebRequest | |
Remove-Item alias:curl | |
Remove-Item alias:wget | |
"@ | |
if (-Not (Test-Path $Profile)) |