Define cd to work more like Unix/Linux: * No path argument changes to the users home directory * Passing "-" for the path argument changes to the previous directory
6 lines
188 B
PowerShell
6 lines
188 B
PowerShell
# Remove these aliases to PowerShell builtins which clobber the actaul exes.
|
|
Remove-Item alias:curl
|
|
Remove-Item alias:wget
|
|
Remove-Item alias:cd
|
|
# TODO: Remove default abbriviation aliases
|