use dfhack-config/lua.history instead of lua.history

develop
myk002 2022-07-23 22:12:34 -07:00 committed by Myk
parent 2c9537b98e
commit 391a4d8883
1 changed files with 1 additions and 1 deletions

@ -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";