From 18d9ef88dbad51202b9516376d22db05cb1bd7bf Mon Sep 17 00:00:00 2001 From: qwjyh Date: Wed, 18 Jan 2023 15:20:51 +0900 Subject: [PATCH] add: pwsh: remove alias 'r' --- dotfiles/pwsh/powershell_profile.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/pwsh/powershell_profile.ps1 b/dotfiles/pwsh/powershell_profile.ps1 index 3a71d49..6e92a0b 100644 --- a/dotfiles/pwsh/powershell_profile.ps1 +++ b/dotfiles/pwsh/powershell_profile.ps1 @@ -28,6 +28,7 @@ function .. { cd .. } function epl {explorer.exe .} Set-Alias touch New-Item Set-Alias whereis where.exe +Remove-Alias r # to avoid conflict with r.exe # starship # change window name