We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d613436 commit d16c89bCopy full SHA for d16c89b
1 file changed
web/docs/terminals.md
@@ -73,6 +73,18 @@ https://docs.microsoft.com/en-us/windows/terminal/customize-settings/profile-set
73
"size": 9
74
}
75
},
76
+ {
77
+ "guid": "{82000545-41a2-1092-fa52-d16aaaf08223}",
78
+ "name": "MSYS / MINGW64",
79
+ "commandline": "C:/msys64/msys2_shell.cmd -defterm -here -no-start -mingw64",
80
+ "startingDirectory": "C:/msys64/home/%USERNAME%",
81
+ "icon": "C:/msys64/mingw64.ico",
82
+ "font":
83
84
+ "face": "Lucida Console",
85
+ "size": 13
86
+ }
87
88
// ...
89
]
90
0 commit comments