From 3ff8f6fd0f9b45efe316356bbc85ae4869aaeba6 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Wed, 13 Mar 2024 17:27:50 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9E=96=20build(wezterm):=20Don't=20autostart?= =?UTF-8?q?=20tmux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/wezterm/wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index fb629e1..f59b404 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -6,7 +6,7 @@ local config = wezterm.config_builder() config.color_scheme = "Catppuccin Macchiato" 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({ { family = "FairiesevkaTerm Nerd Font Mono" },