powershell里的curl和wget都是Invoke-WebRequest的别名,功能简单也很难用。
如果需要使用curl或者wget就需要加.exe,比如curl.exe cip.cc,也比较麻烦。
修改一下启动脚本:
notepad.exe $PROFILE
取消别名:
Remove-Item -Path Alias:curl