aboutsummaryrefslogtreecommitdiff
path: root/test/init.lua
blob: 3d19de8295cae13eb5b7845b704ccbebfdfeae1a (plain)
1
2
3
4
5
6
7
8
9
local wezterm = require('wezterm')
local weznix = require('weznix')
local config = wezterm.config_builder()

config.default_prog = { os.getenv("SHELL") }

config.check_for_updates = false

return config