➕ feat: Add tmux
This commit is contained in:
parent
99d2d66875
commit
ed930d5fa4
2 changed files with 3 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" }
|
config.default_prog = { "/usr/bin/fish", "-c tmux attach -t main || tmux new -s main" }
|
||||||
|
|
||||||
config.font = wezterm.font({
|
config.font = wezterm.font({
|
||||||
family = "FiraCode Nerd Font",
|
family = "FiraCode Nerd Font",
|
||||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -51,3 +51,5 @@ Videos/
|
||||||
|
|
||||||
# Automatically appended
|
# Automatically appended
|
||||||
.mozilla/
|
.mozilla/
|
||||||
|
.config/dconf/
|
||||||
|
.config/fish/fish_variables
|
||||||
|
|
Loading…
Reference in a new issue