diff options
Diffstat (limited to 'dot_config/wezterm/chezmoi.lua.tmpl')
| -rw-r--r-- | dot_config/wezterm/chezmoi.lua.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dot_config/wezterm/chezmoi.lua.tmpl b/dot_config/wezterm/chezmoi.lua.tmpl index a797849..fed09db 100644 --- a/dot_config/wezterm/chezmoi.lua.tmpl +++ b/dot_config/wezterm/chezmoi.lua.tmpl @@ -14,4 +14,10 @@ M.shell = "pwsh" M.shell = "zsh" {{ end -}} +{{ if eq .chezmoi.os "darwin" -}} +M.font_size = 14 +{{ else }} +M.font_size = 12 +{{ end -}} + return M |
