Skip to content

Commit ca7ac19

Browse files
committed
move lua.history to dfhack-config/lua.history
1 parent 78b7554 commit ca7ac19

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ that repo.
2525

2626
## Misc Improvements
2727
- `gui/quickfort`: better formatting for generated manager orders report
28+
- `lua`: the ``lua.history`` file has moved to ``dfhack-config/lua.history``. If you want to keep your lua interpreter history, please move your history file to the new location.
2829

2930
## Removed
3031

lua.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ elseif cmd~=nil then --luacheck: skip
7373
end
7474
end
7575
else
76-
dfhack.interpreter("lua","lua.history",env)
76+
dfhack.interpreter("lua","dfhack-config/lua.history",env)
7777
end

0 commit comments

Comments
 (0)