aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Wells <chris@mathematicaster.org>2025-10-23 11:11:51 -0500
committerChris Wells <chris@mathematicaster.org>2025-10-23 11:11:51 -0500
commitca50606b98774565ba5f31caa6ec33601471480e (patch)
treefda19026396c9d797bc43b9cc1d02caacd08c64a /test
parentc5f9420f4d111cccf4dc1bcc3ec35e75f68926e1 (diff)
downloadweznix-ca50606b98774565ba5f31caa6ec33601471480e.tar
weznix-ca50606b98774565ba5f31caa6ec33601471480e.tar.gz
weznix-ca50606b98774565ba5f31caa6ec33601471480e.tar.bz2
weznix-ca50606b98774565ba5f31caa6ec33601471480e.tar.lz
weznix-ca50606b98774565ba5f31caa6ec33601471480e.tar.xz
weznix-ca50606b98774565ba5f31caa6ec33601471480e.tar.zst
weznix-ca50606b98774565ba5f31caa6ec33601471480e.zip
Debugging
Diffstat (limited to 'test')
-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