Skip to content

Instantly share code, notes, and snippets.

@ferventcoder
Created March 20, 2016 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ferventcoder/8fb933807ce7833b0d85 to your computer and use it in GitHub Desktop.
Save ferventcoder/8fb933807ce7833b0d85 to your computer and use it in GitHub Desktop.
Chocolatey Tab Expansion
$ChocolateyProfile = "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
if (Test-Path($ChocolateyProfile)) {
Import-Module "$ChocolateyProfile"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment