diff --git a/PS/PowerShellProfile.ps1 b/PS/PowerShellProfile.ps1 index 7548376..971602f 100644 --- a/PS/PowerShellProfile.ps1 +++ b/PS/PowerShellProfile.ps1 @@ -68,4 +68,7 @@ function New-Link { New-Item -ItemType SymbolicLink -Path $Destination -Target $Source } } -} \ No newline at end of file +} + +# It's way more useful to call this open than ii +Set-Alias -Name open -Value Invoke-Item \ No newline at end of file