wezterm shennanigans 1
This commit is contained in:
parent
4e67c61680
commit
ff4ffb0738
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
local wezterm = require("wezterm")
|
local wezterm = require("wezterm")
|
||||||
|
|
||||||
-- This will hold the configuration.
|
-- This will hold the configuration.
|
||||||
local config = wezterm.config_builder()
|
-- local config = wezterm.config_builder()
|
||||||
|
local config = {}
|
||||||
|
|
||||||
-- This is where you actually apply your config choices
|
-- This is where you actually apply your config choices
|
||||||
config.enable_tab_bar = false
|
config.enable_tab_bar = false
|
||||||
|
|
Loading…
Reference in a new issue