v0.5.1 - Squashed a few bugs, added the startup message to shell.cfg to make it modifiable.

This commit is contained in:
TheWahlolly
2025-04-26 09:13:52 +03:00
parent 2fef3daec3
commit d220b9d648
4 changed files with 17 additions and 15 deletions
+1
View File
@@ -1,4 +1,5 @@
local shellcfg = {
["startupMessage"] = "\n │\n │ ".._OSVERSION..'\n │ Welcome! Type "help" to get started.\n │\n ', -- message shown on startup
["prompt"] = "\x1b[92m%s > \x1b[0m" -- shell prompt, %s will be replaced with working directory. example: "%s > " turns to "/current/working/directory > "
}