add: pwsh: remove alias 'r'

This commit is contained in:
qwjyh 2023-01-18 15:20:51 +09:00
parent 2b5e12404f
commit 18d9ef88db

View file

@ -28,6 +28,7 @@ function .. { cd .. }
function epl {explorer.exe .} function epl {explorer.exe .}
Set-Alias touch New-Item Set-Alias touch New-Item
Set-Alias whereis where.exe Set-Alias whereis where.exe
Remove-Alias r # to avoid conflict with r.exe
# starship # starship
# change window name # change window name