Last active
January 8, 2020 13:33
-
-
Save fatum12/d43c2cdfa6d2f9d2bffa54b3544d4d92 to your computer and use it in GitHub Desktop.
git bush profile for Windows Terminal
This file contains hidden or 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
// 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