wezterm shennanigans 1

This commit is contained in:
Sakooooo 2024-07-07 22:48:41 +04:00
parent 4e67c61680
commit ff4ffb0738
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -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