vault backup: 2022-06-14 22:45:13

Affected files:
02. PARA/03. Resources(資源)/Tool Setup/Windows Terminal.md
This commit is contained in:
2022-06-14 22:45:13 +08:00
parent 5fc0f85481
commit ad2fb9e3ae

View File

@@ -107,8 +107,11 @@ unset THEME
"commandline": "%PROGRAMFILES%/git/usr/bin/bash.exe -i -l", "commandline": "%PROGRAMFILES%/git/usr/bin/bash.exe -i -l",
"icon": "%PROGRAMFILES%/Git/mingw64/share/git/git-for-windows.ico", "icon": "%PROGRAMFILES%/Git/mingw64/share/git/git-for-windows.ico",
"startingDirectory" : "D:\\GoogleDrive\\codes", "startingDirectory" : "D:\\GoogleDrive\\codes",
"fontFace" : "Fira Code", "font":
"fontSize" : 11, {
"face": "CaskaydiaCove NF",
"size": 12
},
"historySize" : 9000, "historySize" : 9000,
}, },
] ]