Skip to content

Instantly share code, notes, and snippets.

@Tynael
Created May 16, 2023 14:15
Show Gist options
  • Save Tynael/ce1466ec3777eb986a5d83bc4eae59d4 to your computer and use it in GitHub Desktop.
Save Tynael/ce1466ec3777eb986a5d83bc4eae59d4 to your computer and use it in GitHub Desktop.
Add Git Bash to Windows Terminal via settings.json
{
"commandline": "C:\\Program Files\\Git\\bin\\bash.exe",
"guid": "{ae44d6a3-cf84-4725-8e60-0039021b35fb}",
"hidden": false,
"icon": "C:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico",
"name": "Git Bash",
"startingDirectory": "%USERPROFILE%",
"tabTitle": "Git Bash"
}
@Tynael
Copy link
Author

Tynael commented May 16, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment