A collection of scripts to drop into your powershell profile folder
Check out this repo in your powershell profile directory C:\Users\<YourUsername>\Documents\WindowsPowerShell
In my Microsoft.Powershell_profile.ps1 I have the following line.
. "$PSScriptRoot\NuGet_profile.ps1" -NuGetClientRoot "F:\NuGet.Client"