From 391a4d8883c5d92053df59a15cb82c4318fbc680 Mon Sep 17 00:00:00 2001 From: myk002 Date: Sat, 23 Jul 2022 22:12:34 -0700 Subject: [PATCH] use dfhack-config/lua.history instead of lua.history --- library/LuaTools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/LuaTools.cpp b/library/LuaTools.cpp index cef46c053..fea90b394 100644 --- a/library/LuaTools.cpp +++ b/library/LuaTools.cpp @@ -1145,7 +1145,7 @@ bool DFHack::Lua::InterpreterLoop(color_ostream &out, lua_State *state, return false; if (!hfile) - hfile = "lua.history"; + hfile = "dfhack-config/lua.history"; if (!prompt) prompt = "lua";