Update .config/wezterm/wezterm.lua

This commit is contained in:
punkfairie 2024-04-21 12:57:11 -07:00
parent 435fd6c5fe
commit d0ef1d86e7
No known key found for this signature in database
GPG key ID: 1B492EAEA989C054

View file

@ -33,7 +33,12 @@ config.font = wezterm.font_with_fallback({
}, },
{ family = "Apple Color Emoji" }, { family = "Apple Color Emoji" },
}) })
{{ if eq .chezmoi.hostname "mairley" -}}
config.font_size = 14.0
{{ else -}}
config.font_size = 11.0 config.font_size = 11.0
{{- end }}
config.hyperlink_rules = { config.hyperlink_rules = {
-- Linkify things that look like URLs and the host has a TLD name. -- Linkify things that look like URLs and the host has a TLD name.