Skip to content

Instantly share code, notes, and snippets.

@rpavlik
Last active August 7, 2020 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rpavlik/5b083415b3f6d2cf9bbfb9291ab98e4f to your computer and use it in GitHub Desktop.
Save rpavlik/5b083415b3f6d2cf9bbfb9291ab98e4f to your computer and use it in GitHub Desktop.
Git Bash option for recent Windows Terminal
[
{},
{
"guid": "{0ccdb49b-c762-4bd6-99f4-9f85e25ffea1}",
"closeOnExit": true,
"commandline": "\"%PROGRAMFILES%\\git\\bin\\bash.exe\" -i -l",
"icon": "%PROGRAMFILES%\\git\\mingw64\\share\\git\\git-for-windows.ico",
"name": "Git Bash",
"startingDirectory": "W:\\src"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment