5 lines
167 B
PowerShell
5 lines
167 B
PowerShell
# Remove these aliases to PowerShell builtins which clobber the actaul exes.
|
|
Remove-Item alias:curl
|
|
Remove-Item alias:wget
|
|
# TODO: Remove default abbriviation aliases
|