From adb302ced5b729df2d3afd7f9ac5e2d6937c4d4d Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Sat, 9 Nov 2019 19:52:12 -0600 Subject: [PATCH] Add make to our powershell path. --- PS/PowerShellProfile.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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