Touch alias

This commit is contained in:
2023-08-18 12:35:59 +02:00
parent 59affdd0f3
commit 59389bebc3

View File

@@ -40,3 +40,8 @@ function ports {
function pwd {
Get-Location
}
# touch replacement
function pwd {
New-Item
}