Skip to content

Instantly share code, notes, and snippets.

@fatum12
Last active January 8, 2020 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatum12/d43c2cdfa6d2f9d2bffa54b3544d4d92 to your computer and use it in GitHub Desktop.
Save fatum12/d43c2cdfa6d2f9d2bffa54b3544d4d92 to your computer and use it in GitHub Desktop.
git bush profile for Windows Terminal
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{00000000-0000-0000-ba54-000000000002}",
"copyOnSelect": true,
"profiles":
[
{
"guid": "{00000000-0000-0000-ba54-000000000002}",
"name": "Bash",
"commandline": "\"%PROGRAMFILES%\\git\\usr\\bin\\bash.exe\" -i -l",
"hidden": false,
"fontSize" : 11,
"icon": "%PROGRAMFILES%\\git\\mingw64\\share\\git\\git-for-windows.ico",
"padding" : "0, 0, 0, 0",
"startingDirectory": "%USERPROFILE%"
}
],
"schemes": [],
"keybindings": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment