Created
January 19, 2020 02:15
-
-
Save liuwenzhuang/2fea47740fae1ed5cf823afcbdbb4ec2 to your computer and use it in GitHub Desktop.
Add Git Bash to windows terminal. Windows Terminal添加Git Bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"profiles": [ | |
{ | |
"guid": "{61c54bbd-c2c6-5271-96e7-109a87ff44be}", | |
"name": "Git Bash", | |
"commandline": "%ProgramFiles%\\Git\\bin\\bash.exe --login -i", | |
"icon": "%ProgramFiles%\\Git\\mingw64\\share\\git\\git-for-windows.ico", | |
"startingDirectory": "%USERPROFILE%", | |
"hidden": false | |
}, | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment