fix docs, and init stdlib when configuring

This commit is contained in:
Aidan Hahn 2021-11-08 00:59:14 -08:00
parent 1b1ac3cd2b
commit 827458b06f
No known key found for this signature in database
GPG key ID: 327711E983899316
4 changed files with 16 additions and 7 deletions

View file

@ -15,7 +15,7 @@ The following are important variables that will determine the runtime behavior o
| Variable | Default Value | Explanation |
|-|-|-|
| CFG_RELISH_POSIX | 1 | When on, enables POSIX style job control. [more information.](shell.md) |
| CFG_RELISH_POSIX | 0 | When on, enables POSIX style job control. [more information.](shell.md) |
| CFG_RELISH_ENV | 1 | When on, variables defined will be synchronized with environment variables. |
| CFG_RELISH_PROMPT | (echo "λ ") | *note: this is a function not a variable*. This function will be called to output the prompt each time the REPL loops. |