Add open as alias to Invoke-Item
This commit is contained in:
parent
4e0cb8cae9
commit
96032e8e70
@ -68,4 +68,7 @@ function New-Link {
|
|||||||
New-Item -ItemType SymbolicLink -Path $Destination -Target $Source
|
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
|
Loading…
x
Reference in New Issue
Block a user