Skip to content

Instantly share code, notes, and snippets.

@rufer7
Created April 11, 2016 13:36
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 rufer7/eb92be2284ce6be6706b16eae22bc1bb to your computer and use it in GitHub Desktop.
Save rufer7/eb92be2284ce6be6706b16eae22bc1bb to your computer and use it in GitHub Desktop.
PowerShell profile with alias for NuGet
Write-Host "Profile: $Profile";
Set-Alias nuget C:\Software\nuget.exe;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment