7 lines
331 B
INI
7 lines
331 B
INI
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 > "
|
|
}
|
|
|
|
return shellcfg
|