以下の設定をする。
```lua
local curdir = vim.fn.expand("%:p:h")
vim.cmd("ToggleTerm dir=" .. curdir)
```
![[Pasted image 20241222092648.png|frame]]
*`.../windows/` 配下の `broot.toml` を開いた状態でコマンドを実行すると...*
![[Pasted image 20241222092718.png|frame]]
*`.../windows/` が カレントディレクトリの状態でターミナルが開く*