File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -72,12 +72,25 @@ Assuming that you've installed Git Bash into `C:/Program Files/Git`:
7272``` json
7373{
7474 "name" : " Git Bash" ,
75- "commandline" : " C:/Program Files/Git/bin/bash.exe" ,
75+ "commandline" : " C:/Program Files/Git/bin/bash.exe -li " ,
7676 "icon" : " C:/Program Files/Git/mingw64/share/git/git-for-windows.ico" ,
7777 "startingDirectory" : " %USERPROFILE%"
7878}
7979````
8080
81+ ## Git Bash (WOW64)
82+
83+ Assuming that you've installed Git Bash into `C:/Program Files (x86)/Git`:
84+
85+ ```json
86+ {
87+ "name" : " Git Bash" ,
88+ "commandline" : " %ProgramFiles(x86)%/Git/bin/bash.exe -li" ,
89+ "icon" : " %ProgramFiles(x86)%/Git/mingw32/share/git/git-for-windows.ico" ,
90+ "startingDirectory" : " %USERPROFILE%"
91+ }
92+ ```
93+
8194## MSYS2
8295
8396Assuming that you've installed MSYS2 into ` C:/msys64 ` :
You can’t perform that action at this time.
0 commit comments