refactor(wezterm): bump up the font size to 15

main
sgoudham 11 months ago
parent 980edb292f
commit 8a833fb4e9
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -15,7 +15,7 @@ c.font = wezterm.font_with_fallback({
"Symbols Nerd Font", "Symbols Nerd Font",
"Builtin", "Builtin",
}) })
c.font_size = 12 c.font_size = 15
c.default_prog = { "fish", "-l" } c.default_prog = { "fish", "-l" }

Loading…
Cancel
Save