From 17d8b9db32c5f75074c6588c3df0fd0000ebfbee Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 5 Sep 2023 17:51:12 -0500 Subject: [PATCH] refactor(wezterm): increase font size by 1 --- dots/.config/wezterm/config/fonts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/wezterm/config/fonts.lua b/dots/.config/wezterm/config/fonts.lua index aad8743c..0aa37e44 100644 --- a/dots/.config/wezterm/config/fonts.lua +++ b/dots/.config/wezterm/config/fonts.lua @@ -33,5 +33,5 @@ return { }, { family = "Nerd Font Symbols" }, }), - font_size = 11, + font_size = 12, }