diff --git a/PS/PowerShellProfile.ps1 b/PS/PowerShellProfile.ps1 index 971602f..fd062b2 100644 --- a/PS/PowerShellProfile.ps1 +++ b/PS/PowerShellProfile.ps1 @@ -71,4 +71,6 @@ function New-Link { } # It's way more useful to call this open than ii -Set-Alias -Name open -Value Invoke-Item \ No newline at end of file +Set-Alias -Name open -Value Invoke-Item +# Add make to our powershell path +$env:PATH="$env:PATH;C:\Program Files (x86)\GnuWin32\bin" \ No newline at end of file