Add make to our powershell path.
This commit is contained in:
parent
96032e8e70
commit
adb302ced5
@ -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
|
||||
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