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,