Skip to content

Instantly share code, notes, and snippets.

@composite
Created August 11, 2021 08:28
Show Gist options
  • Select an option

  • Save composite/086f8bde95b8e6fe2c1c42d32c312028 to your computer and use it in GitHub Desktop.

Select an option

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.
{
"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