Skip to content

Instantly share code, notes, and snippets.

@liuwenzhuang
Created January 19, 2020 02:15
Show Gist options
  • Save liuwenzhuang/2fea47740fae1ed5cf823afcbdbb4ec2 to your computer and use it in GitHub Desktop.
Save liuwenzhuang/2fea47740fae1ed5cf823afcbdbb4ec2 to your computer and use it in GitHub Desktop.
Add Git Bash to windows terminal. Windows Terminal添加Git Bash
{
"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