improvements to configuration system
This commit is contained in:
parent
bfd1058ad7
commit
8a91560921
3 changed files with 15 additions and 15 deletions
|
|
@ -393,8 +393,8 @@ Errors during configuration are non-terminal. In such a case any defaults which
|
|||
- Variables and functions defined during configuration will carry over to the user/script interpreter, allowing the user to load any number of custom functions and variables.
|
||||
|
||||
*** Configuration Values
|
||||
- CFG_RELISH_POSIX (default 0): when on, enables POSIX style job control.
|
||||
- CFG_RELISH_ENV (default 1): when on, interpreter's variable table and environment variable table are kept in sync.
|
||||
- CFG_RELISH_POSIX (default false): when true, enables POSIX style job control.
|
||||
- CFG_RELISH_ENV (default true): when true, interpreter's variable table and environment variable table are kept in sync.
|
||||
- CFG_RELISH_PROMPT (default (echo "λ ")): A *function* definition which is called in order to output the prompt for each loop of the REPL.
|
||||
This function will be reloaded each REPL loop and will be called by the interpreter with no arguments.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue