some improvements

This commit is contained in:
2023-01-25 16:35:57 +01:00
parent ee89c96741
commit a13300d1b5
18 changed files with 265 additions and 116 deletions

View File

@ -10,11 +10,20 @@ local function scheme_for_appearance(appearance)
end
end
local wsl_domains = wezterm.default_wsl_domains()
-- Always use zsh in my WSL. but really: I recommend running `chsh` inside WSL to make it the default!
for _, dom in ipairs(wsl_domains) do
dom.default_cwd = "/home/max"
print(dom.name)
end
return {
font = wezterm.font_with_fallback {
"FiraCodeNerdFont",
"Noto Color Emoji"
},
wsl_domains = wsl_domains,
font_size = 13,
-- You can specify some parameters to influence the font selection;
-- for example, this selects a Bold, Italic font variant.