Created
May 16, 2023 14:15
-
-
Save Tynael/ce1466ec3777eb986a5d83bc4eae59d4 to your computer and use it in GitHub Desktop.
Add Git Bash to Windows Terminal via settings.json
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
{ | |
"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" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Used as an example in https://neutrondev.com/add-git-bash-windows-terminal/