aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-04-05 19:05:01 +0530
committerAkshay Nair <phenax5@gmail.com>2025-04-05 19:05:01 +0530
commitf682527b2f81376ca462d14bcbaae9e0ce77561d (patch)
tree1c174ad15238ed79ab483c218767ccd2e96a6754 /lua
parentbe672286b3fa1056560ad1216331731751a16685 (diff)
downloadnull-browser-f682527b2f81376ca462d14bcbaae9e0ce77561d.tar.gz
null-browser-f682527b2f81376ca462d14bcbaae9e0ce77561d.zip
Split luaruntime spec
Diffstat (limited to '')
-rw-r--r--lua/null-browser/extras/history.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/null-browser/extras/history.lua b/lua/null-browser/extras/history.lua
index 2ae48d5..fe3f72f 100644
--- a/lua/null-browser/extras/history.lua
+++ b/lua/null-browser/extras/history.lua
@@ -1,5 +1,5 @@
local history = {
- path = './history',
+ path = '/tmp/.null-browser-history', -- TODO: Use proper path
max_entires = 200,
}