lukesampson / pshazz

Give your powershell some pizazz.
The Unlicense
579 stars 40 forks source link

Replace `rm` alias in source code and added `-force` to removing aliases #39

Closed eugenesvk closed 8 years ago

eugenesvk commented 8 years ago
  1. Replaced rm with Remove-Item to allow assigning another command to rm
  2. Add -force option to removing aliases (Remove-Item "alias:\$_" -force) to allow assigning custom aliases to default global/constant ones (e.g. to gl)
lukesampson commented 8 years ago

Cool, sounds good. Thanks.