home-profile: changes to zsh and wezterm

This commit is contained in:
2024-03-31 23:07:50 +02:00
parent b925022a9e
commit eceae11a41
3 changed files with 26 additions and 10 deletions
@@ -5,6 +5,5 @@ function materus_wezterm_config()
local cfg = wezterm.config_builder();
cfg.hide_tab_bar_if_only_one_tab = true;
cfg.enable_scroll_bar = true;
cfg.font = wezterm.font 'Hack Nerd Font';
return cfg;
end