Skip to content

Instantly share code, notes, and snippets.

@edew
Created June 25, 2020 13:16
Show Gist options
  • Save edew/1aa18e35d121cc59571240aa52ac4de7 to your computer and use it in GitHub Desktop.
Save edew/1aa18e35d121cc59571240aa52ac4de7 to your computer and use it in GitHub Desktop.
Windows Terminal Git Bash snippet
{
"guid": "{5b8a040f-3688-43b9-90cd-2c956ca56063}",
"hidden": false,
"name": "Git Bash",
"commandline": "C:\\Program Files\\Git\\bin\\bash.exe -i -l",
"startingDirectory" : "%USERPROFILE%",
"icon": "C:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment