Add Sublime Text settings

This commit is contained in:
2024-03-29 21:35:43 -04:00
parent 07f60a79db
commit bf4d1c173a
3 changed files with 94 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{
// theme
"theme": "adaptive",
// default terminal for operating system
"default_config" : {
"windows" : "Git Bash",
},
// shell configuration
"shell_configs":
[
{
"name": "Git Bash",
"cmd": ["C:/Program Files/Git/bin/sh.exe"],
"env": {},
"enable": true,
"default": false,
"platforms": ["windows"],
},
],
}