Created
August 11, 2021 08:28
-
-
Save composite/086f8bde95b8e6fe2c1c42d32c312028 to your computer and use it in GitHub Desktop.
Git bash for Windows Terminal (and preview) - Append json object in your settings.json > profiles > list.
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": | |
| { | |
| "list": | |
| [ | |
| { | |
| "commandline": "%PROGRAMFILES%/git/usr/bin/bash.exe -i -l", | |
| "guid": "{00000000-0000-0000-ba54-000000000002}", | |
| "icon": "%PROGRAMFILES%/Git/mingw64/share/git/git-for-windows.ico", | |
| "name": "Git bash", | |
| "startingDirectory": "%USERPROFILE%" | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment