1
0
mirror of synced 2025-12-22 11:26:57 -05:00

[Improvement] New article: "Changing your shell in a codespace" (#36199)

Co-authored-by: hubwriter <hubwriter@github.com>
This commit is contained in:
Isaac Brown
2023-04-06 13:33:43 +01:00
committed by GitHub
parent 93b8656758
commit e6d12d0c70
7 changed files with 167 additions and 1 deletions

View File

@@ -76,4 +76,8 @@ If you want to set a personalized environment variable for all codespaces that y
The `/tmp` directory is an exception because it is mounted into the container, but it is not persistent. Therefore, the contents of the `/tmp` directory are persisted over a rebuild, but are cleared each time the codespace stops. For example, the `/tmp` directory is cleared when a codespace session times out after a period of inactivity. For more information, see "[AUTOTITLE](/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces)."
If you have temporary files that you want to be available the next time you start the codespace, do not save them in the `/tmp` directory.
If you have temporary files that you want to be available the next time you start the codespace, do not save them in the `/tmp` directory.
## Further reading
* "[AUTOTITLE](/codespaces/customizing-your-codespace/changing-the-shell-in-a-codespace)"