Skip to content

Commit

Permalink
✨ Add GIT_HOME\usr\bin to PATH in pwsh/exports.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
patevs committed Mar 4, 2022
1 parent 15830bd commit c8e384e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pwsh/exports.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ AppendEnvPath "$env:ANDROID_HOME\emulator"
AppendEnvPath "$env:CODE_HOME\bin"
AppendEnvPath "$env:GIT_HOME\bin"
AppendEnvPath "$env:GIT_HOME\cmd"
AppendEnvPath "$env:GIT_HOME\usr\bin"
AppendEnvPath "$env:JAVA_HOME\bin"
# AppendEnvPath "$env:MSBUILD_HOME\bin"

Expand Down

0 comments on commit c8e384e

Please sign in to comment.