mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:27:36 +00:00
Shell: Add TMPDIR environment variable
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ V1_chap08.html TMPDIR This variable shall represent a pathname of a directory made available for programs that need a place to create temporary files. Ports like PHP benefit from having this environment variable set, and there exist a lot of scripts that assume the presence of such an environment variable.
This commit is contained in:
parent
a42383523a
commit
9510425845
1 changed files with 2 additions and 0 deletions
|
@ -41,4 +41,6 @@ export PROMPT="\\X\\u@\\h:\\w\\a\\e[$prompt_color;1m\\h\\e[0m:\\e[34;1m\\w\\e[0m
|
|||
|
||||
export HISTORY_AUTOSAVE_TIME_MS=10000
|
||||
|
||||
export TMPDIR=/tmp
|
||||
|
||||
PROGRAMS_ALLOWED_TO_MODIFY_DEFAULT_TERMIOS=(stty)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue