Add open as alias to Invoke-Item

This commit is contained in:
Jeremy Wall 2019-10-26 14:59:31 -05:00
parent 4e0cb8cae9
commit 96032e8e70

View File

@ -69,3 +69,6 @@ function New-Link {
}
}
}
# It's way more useful to call this open than ii
Set-Alias -Name open -Value Invoke-Item