Implement startup configuration file support (issue #08)

Load ~/.config/lush/config and config.d/*.lua at REPL startup,
respecting XDG_CONFIG_HOME. Suppressed by -E flag.
This commit is contained in:
Cormac Shannon
2026-03-03 22:59:51 +00:00
parent db858b3f68
commit bbc0f24009
3 changed files with 233 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# 08 — Configuration support
**Status:** open
**Status:** done
Users should be able to programmatically configure the shell at startup.