aboutsummaryrefslogtreecommitdiff
path: root/test/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/init.lua')
-rw-r--r--test/init.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/init.lua b/test/init.lua
new file mode 100644
index 0000000..3d19de8
--- /dev/null
+++ b/test/init.lua
@@ -0,0 +1,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