Add make to our powershell path.

This commit is contained in:
Jeremy Wall 2019-11-09 19:52:12 -06:00
parent 96032e8e70
commit adb302ced5

View File

@ -71,4 +71,6 @@ function New-Link {
} }
# It's way more useful to call this open than ii # It's way more useful to call this open than ii
Set-Alias -Name open -Value Invoke-Item Set-Alias -Name open -Value Invoke-Item
# Add make to our powershell path
$env:PATH="$env:PATH;C:\Program Files (x86)\GnuWin32\bin"