some improvements
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user