dotfiles/wterm/readme.md

13 lines
606 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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%"
}
```