➖ build(wezterm): Don't autostart tmux
This commit is contained in:
parent
c86c6b2c8f
commit
3ff8f6fd0f
1 changed files with 1 additions and 1 deletions
|
@ -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" },
|
||||||
|
|
Loading…
Reference in a new issue