diff --git a/Documents/PowerShell/Microsoft.PowerShell_profile.ps1.tmpl b/Documents/PowerShell/Microsoft.PowerShell_profile.ps1.tmpl index 74f61b8..6435f16 100644 --- a/Documents/PowerShell/Microsoft.PowerShell_profile.ps1.tmpl +++ b/Documents/PowerShell/Microsoft.PowerShell_profile.ps1.tmpl @@ -26,6 +26,12 @@ function ya { Remove-Item -Path $tmSp } +# remove built-in alias + +remove-item alias:curl +remove-item alias:ls +remove-item alias:cp +remove-item alias:rm # alias