🐛 fix(wezterm): Initialize config var
This commit is contained in:
parent
977adaa2c6
commit
4b4847b152
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
||||||
in
|
in
|
||||||
# lua
|
# lua
|
||||||
''
|
''
|
||||||
|
local config = wezterm.config_builder()
|
||||||
|
|
||||||
config.enable_tab_bar = false
|
config.enable_tab_bar = false
|
||||||
|
|
||||||
config.font = wezterm.font_with_fallback({
|
config.font = wezterm.font_with_fallback({
|
||||||
|
|
Loading…
Reference in a new issue