build(wezterm): Don't autostart tmux

This commit is contained in:
punkfairie 2024-03-13 17:27:50 -07:00
parent c86c6b2c8f
commit 3ff8f6fd0f
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -6,7 +6,7 @@ local config = wezterm.config_builder()
config.color_scheme = "Catppuccin Macchiato" config.color_scheme = "Catppuccin Macchiato"
config.enable_tab_bar = false config.enable_tab_bar = false
config.default_prog = { "/usr/bin/fish", "-c tmux attach -t main || tmux new -s main" } -- config.default_prog = { "/usr/bin/fish" }
config.font = wezterm.font_with_fallback({ config.font = wezterm.font_with_fallback({
{ family = "FairiesevkaTerm Nerd Font Mono" }, { family = "FairiesevkaTerm Nerd Font Mono" },