summaryrefslogtreecommitdiff
path: root/dot_config/wezterm/wezterm.lua
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2025-07-01 18:08:06 -0500
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commited6c2f2b890debcc205fa8a3226de84912897cfd (patch)
tree3fe189db0594feb64f9e8fc4a1626a5494806475 /dot_config/wezterm/wezterm.lua
parent57af3804c3cef176491f3cf239c0dfce1e736319 (diff)
fix(wezterm) increase font size for mac
Diffstat (limited to 'dot_config/wezterm/wezterm.lua')
-rw-r--r--dot_config/wezterm/wezterm.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/wezterm/wezterm.lua b/dot_config/wezterm/wezterm.lua
index 6837541..12d0d98 100644
--- a/dot_config/wezterm/wezterm.lua
+++ b/dot_config/wezterm/wezterm.lua
@@ -15,7 +15,7 @@ local font = wezterm.font_with_fallback({
{ family = "JetBrains Mono" },
})
-local font_size = 12
+local font_size = chezmoi.font_size
local width = 120
local length = 40