Kenneth Benzie (Benie) 5ec851fe11 Replace default rm alias with rm function
Define rm to work more like Unix/Linux

* Support -r and -f flags also -rf or -fr
* Support specifying multiple paths to remove
2024-12-13 22:09:44 +00:00

6 lines
113 B
PowerShell

# Remove builtin aliases
Remove-Item Alias:curl
Remove-Item Alias:wget
Remove-Item Alias:cd
Remove-Item Alias:rm