Skip to content

Instantly share code, notes, and snippets.

@comprofix
Created January 4, 2020 10:56
Show Gist options
  • Save comprofix/e91baff12d74fca5a094ee600ad58ea9 to your computer and use it in GitHub Desktop.
Save comprofix/e91baff12d74fca5a094ee600ad58ea9 to your computer and use it in GitHub Desktop.
Add Git Bash to Windows Terminal
{
"guid": "{00000000-0000-0000-ba54-000000000002}",
"commandline" : "\"%PROGRAMFILES%\\Git\\bin\\bash.exe\" --login -i -l",
"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