((( /etc/fstab )))
LABEL=cloudimg-rootfs / ext4 defaults 0 0
Z: /mnt/z drvfs defaults 0 0
((( settingsjson )))
{
:
"defaultProfile": "デフォルトで起動するコマンドのguid",
:
"profiles":
{
"defaults":
{
// Put settings here that you want to apply to all profiles.
// ターミナルのフォント
"fontFace": "Cascadia Code",
// ターミナルの色構成のデフォルト
"colorScheme": "Solarized Light",
// ターミナルのカーソル形状のデフォルト
"cursorShape": "filledBox"
},
"list":
[
:
{
"guid": "{...}",
"hidden": false,
"name": "Ubuntu-20.04",
"source": "Windows.Terminal.Wsl",
// ログインした時のホームディレクトリ指定
"startingDirectory": "//wsl$/Ubuntu-20.04/home/t-saitoh"
}
]
},
:
}