Touch replacement

Der Ersatz für den `touch` alias gefixt.
This commit is contained in:
2023-11-11 09:54:32 +00:00
parent 24ab68250e
commit ab5ff5c336

View File

@@ -41,7 +41,7 @@ function pwd {
Get-Location
}
# touch replacement
function pwd {
function touch {
New-Item
}