From 0ffd76a403ec31c32a8db27420cfd386734df5e9 Mon Sep 17 00:00:00 2001 From: reonokiy Date: Thu, 6 Mar 2025 00:57:37 +0800 Subject: [PATCH] update pshell --- Documents/PowerShell/Microsoft.PowerShell_profile.ps1.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) 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