Last active
July 25, 2024 14:07
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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