Skip to content

Instantly share code, notes, and snippets.

@bmcdavid
Last active May 29, 2024 13:10
Show Gist options
  • Save bmcdavid/25191af6c3da8d79d3b22128cf7b9a9c to your computer and use it in GitHub Desktop.
Save bmcdavid/25191af6c3da8d79d3b22128cf7b9a9c to your computer and use it in GitHub Desktop.
Windows Terminal Add Git Bash (add to profiles/list section)
{
"guid": "{abc00000-0000-0000-0000-000000000000}",
"name": "Git-Bash",
"commandline": "%PROGRAMFILES%\\Git\\bin\\bash.exe",
"icon": "%PROGRAMFILES%\\Git\\mingw64\\share\\git\\git-for-windows.ico",
"startingDirectory" : "C:\\projects"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment