From f682527b2f81376ca462d14bcbaae9e0ce77561d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 5 Apr 2025 19:05:01 +0530 Subject: Split luaruntime spec --- lua/null-browser/extras/history.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') 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, } -- cgit v1.3.1