Add make to our powershell path.
This commit is contained in:
parent
96032e8e70
commit
adb302ced5
@ -72,3 +72,5 @@ function New-Link {
|
||||
|
||||
# It's way more useful to call this open than ii
|
||||
Set-Alias -Name open -Value Invoke-Item
|
||||
# Add make to our powershell path
|
||||
$env:PATH="$env:PATH;C:\Program Files (x86)\GnuWin32\bin"
|
Loading…
x
Reference in New Issue
Block a user