From 83318afdb6280e9f0d4aefda22db6f55bc76124b Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 30 Jul 2025 03:03:50 -0500 Subject: Squashed commit of the following: - dusnt theme - readme fix? - removed librewolf from laptop backup. takes too long - wezterm var for wezterm - use p10kbar only if wezterm var - removed zsh entry in wezterm and tmux - moved to librewolf - backup changes --- env/.config/wezterm/wezterm.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'env/.config/wezterm') diff --git a/env/.config/wezterm/wezterm.lua b/env/.config/wezterm/wezterm.lua index 48a053b..f75304f 100755 --- a/env/.config/wezterm/wezterm.lua +++ b/env/.config/wezterm/wezterm.lua @@ -2,7 +2,10 @@ local wezterm = require 'wezterm' local colors= require 'colors' local config = {} -config.default_prog = { 'zsh', '-l' } --config.font = wezterm.font 'Classic Console' config.font_size = 15 config.font = wezterm.font 'Source Code Pro' +--config.font = wezterm.font 'Classic Console' config.font_size = 15 config.font = wezterm.font 'Source Code Pro' +config.set_environment_variables = { + wezterm = 'yes', +} config.enable_tab_bar = false config.font = wezterm.font_with_fallback { -- cgit v1.3