add: pwsh: remove alias 'r'
This commit is contained in:
parent
2b5e12404f
commit
18d9ef88db
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue