pwsh whereis

This commit is contained in:
qwjyh 2022-09-26 04:10:17 +09:00
parent 835b6e1737
commit af66c00155

View file

@ -10,6 +10,7 @@ function ~ { cd ~ }
function .. { cd .. } 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
# starship # starship