1
Fork 0
mirror of https://github.com/RGBCube/crash synced 2025-07-28 17:07:45 +00:00

Explain "Why?" better

This commit is contained in:
RGBCube 2024-05-15 13:40:06 +03:00
parent 5db3ec6977
commit 99f9fff32c
No known key found for this signature in database

View file

@ -14,8 +14,9 @@ use the fallback shell that is configured at compile time (by default, this is
## Why? ## Why?
- To allow users to configure their own shells without superuser access. - To allow users to configure their own shells without superuser access.
- To have a fallback shell in case your primary one breaks (especially useful when - To have a fallback shell in case your primary one, which is your login shell,
using new unstable shells like Nushell). breaks and you don't want to get locked out (especially useful when using new
unstable shells like Nushell).
## Installation ## Installation