4 lines
145 B
PowerShell
4 lines
145 B
PowerShell
|
Import-Module Pscx -arg (Join-Path (Split-Path $Profile) Pscx.UserPreferences.ps1) -EA Ignore
|
||
|
|
||
|
New-Alias -name vs -Value Import-VisualStudioVars
|