aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
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,
}