diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-07-30 03:03:50 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-07-30 03:03:50 -0500 |
| commit | 83318afdb6280e9f0d4aefda22db6f55bc76124b (patch) | |
| tree | 71246933724e9e0d2efd074c0ac8e5001265cf7b /env/.config/wezterm | |
| parent | 0574377182f28a8449b1955d287bfa27cfc3fe88 (diff) | |
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
Diffstat (limited to 'env/.config/wezterm')
| -rwxr-xr-x | env/.config/wezterm/wezterm.lua | 5 |
1 files changed, 4 insertions, 1 deletions
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 {
|
