Skip to content

Instantly share code, notes, and snippets.

@166MMX
Last active July 25, 2024 14:07
Show Gist options
  • Save 166MMX/34ca3f38768e334d4cd2fcebf151ee80 to your computer and use it in GitHub Desktop.
Save 166MMX/34ca3f38768e334d4cd2fcebf151ee80 to your computer and use it in GitHub Desktop.
Git Bash Microsoft Windows Terminal Profile %LocalAppData%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{d22e9249-ddaf-432b-a7e7-511d8ae5fdcf}",
"profiles":
{
"list":
[
{
"commandline": "%ProgramFiles%\\Git\\usr\\bin\\bash.exe --login -i",
"guid": "{d22e9249-ddaf-432b-a7e7-511d8ae5fdcf}",
"hidden": false,
"icon": "%ProgramFiles%\\Git\\mingw64\\share\\git\\git-for-windows.ico",
"name": "Git Bash",
"startingDirectory": "%HomeDrive%%HomePath%"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment