From b68ba5eb5e78e5f3915c5767f5abaf32e81d8f38 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Fri, 10 Jan 2025 20:27:45 +0000 Subject: [PATCH] chore(term): use the FiraCode font --- site-modules/core/files/wezterm.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site-modules/core/files/wezterm.lua b/site-modules/core/files/wezterm.lua index 248f6c0..2a8c83c 100644 --- a/site-modules/core/files/wezterm.lua +++ b/site-modules/core/files/wezterm.lua @@ -25,9 +25,9 @@ return { -- Use a sexy terminal font with ligatures. -- You will need to install the beta version of the font to get the ligatures -- https://github.com/intel/intel-one-mono/issues/9#issuecomment-1994958719 - -- font = wezterm.font { - -- family = "FiraCode Nerd Font Mono", - -- }, + font = wezterm.font { + family = "FiraCode Nerd Font Mono", + }, -- -- The nord theme to fit with everyting else color_scheme = "Poimandres",