PowerShell_Scripts/choco/profile.d/autocomplete.ps1

6 lines
174 B
PowerShell

# Chocolatey profile
$ChocolateyProfile = "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
if (Test-Path($ChocolateyProfile)) {
Import-Module "$ChocolateyProfile"
}