添加windows terminal使用msys2的配置文件
This commit is contained in:
parent
bc047d6d34
commit
81661d222b
12
wterm/readme.md
Normal file
12
wterm/readme.md
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
windows terminal中使用msys2配置文件,复制到windows terminal的config.json文件profiles->lists中。
|
||||||
|
```
|
||||||
|
{
|
||||||
|
"commandline": "C:/msys64/usr/bin/env.exe MSYS='enable_pcon winsymlinks:nativestrict' CHERE_INVOKING=1 MSYS2_PATH_TYPE=inherit MSYSTEM=MSYS /bin/bash --login",
|
||||||
|
"cursorShape": "filledBox",
|
||||||
|
"guid": "{2ece5bfe-50ed-5f3a-ab87-5cd4baafed2b}",
|
||||||
|
"hidden": false,
|
||||||
|
"icon": "C:/msys64/msys2.ico",
|
||||||
|
"name": "MSYS2 MSYS",
|
||||||
|
"startingDirectory": "%USERPROFILE%"
|
||||||
|
}
|
||||||
|
```
|
||||||
Loading…
Reference in a new issue