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

@ -68,4 +68,7 @@ function New-Link {
New-Item -ItemType SymbolicLink -Path $Destination -Target $Source
}
}
}
}
# It's way more useful to call this open than ii
Set-Alias -Name open -Value Invoke-Item