@ -34,3 +34,11 @@ function rm {
Invoke-Expression -Command "$Command $Path"
}
# Add new aliases
function touch {
Param (
[string]$Path
)
New-Item -Type File $Path
The note is not visible to the blocked user.