Update .config/wezterm/wezterm.lua
This commit is contained in:
parent
50283197b6
commit
b02c50ff1a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ local wezterm = require("wezterm")
|
||||||
|
|
||||||
local config = wezterm.config_builder()
|
local config = wezterm.config_builder()
|
||||||
|
|
||||||
config.color_scheme = "Catppuccin Macchiato"
|
config.color_scheme = {{ .drapeau.colorscheme | replace "-" " " | title | quote }}
|
||||||
config.enable_tab_bar = false
|
config.enable_tab_bar = false
|
||||||
|
|
||||||
-- config.default_prog = { "/usr/bin/fish" }
|
-- config.default_prog = { "/usr/bin/fish" }
|
||||||
|
|
Loading…
Reference in a new issue