Update .config/wezterm/wezterm.lua
This commit is contained in:
parent
435fd6c5fe
commit
d0ef1d86e7
1 changed files with 5 additions and 0 deletions
|
@ -33,7 +33,12 @@ config.font = wezterm.font_with_fallback({
|
|||
},
|
||||
{ family = "Apple Color Emoji" },
|
||||
})
|
||||
|
||||
{{ if eq .chezmoi.hostname "mairley" -}}
|
||||
config.font_size = 14.0
|
||||
{{ else -}}
|
||||
config.font_size = 11.0
|
||||
{{- end }}
|
||||
|
||||
config.hyperlink_rules = {
|
||||
-- Linkify things that look like URLs and the host has a TLD name.
|
||||
|
|
Loading…
Reference in a new issue