Touch alias
This commit is contained in:
@@ -40,3 +40,8 @@ function ports {
|
|||||||
function pwd {
|
function pwd {
|
||||||
Get-Location
|
Get-Location
|
||||||
}
|
}
|
||||||
|
# touch replacement
|
||||||
|
function pwd {
|
||||||
|
New-Item
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user