mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:57:35 +00:00
Base: Document the Shell's new termios allow-list
Also add `stty` to that list by default.
This commit is contained in:
parent
b2ef18d538
commit
27572c9d34
2 changed files with 11 additions and 0 deletions
|
@ -40,3 +40,5 @@ if [ "$(id -u)" = "0" ] {
|
|||
export PROMPT="\\X\\u@\\h:\\w\\a\\e[$prompt_color;1m\\h\\e[0m:\\e[34;1m\\w\\e[0m \\p "
|
||||
|
||||
export HISTORY_AUTOSAVE_TIME_MS=10000
|
||||
|
||||
PROGRAMS_ALLOWED_TO_MODIFY_DEFAULT_TERMIOS=(stty)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue