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
5 lines
92 B
PowerShell
5 lines
92 B
PowerShell
# Remove builtin aliases
|
|
Remove-Item Alias:curl
|
|
Remove-Item Alias:wget
|
|
Remove-Item Alias:cd
|