From 1a7bf0264bd45261beff9181b2c44151a21319e5 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 22 Feb 2024 22:12:02 -0600 Subject: [PATCH] refactor(wezterm): remove hardcoded path to fonts --- dots/.config/wezterm/config/fonts.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/dots/.config/wezterm/config/fonts.lua b/dots/.config/wezterm/config/fonts.lua index 9226c6f3..d47b6729 100644 --- a/dots/.config/wezterm/config/fonts.lua +++ b/dots/.config/wezterm/config/fonts.lua @@ -3,7 +3,6 @@ local wezterm = require("wezterm") return { font_dirs = { (os.getenv("XDG_DATA_HOME") or os.getenv("HOME") .. "/.local/share") .. "/fonts", - "/home/sam/.local/share/fonts" }, use_cap_height_to_scale_fallback_fonts = true, line_height = 1.0,