From 99f9fff32c93b7f21488f5144cb39e2faa999739 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 15 May 2024 13:40:06 +0300 Subject: [PATCH] Explain "Why?" better --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddac9b4..78eaa23 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,9 @@ use the fallback shell that is configured at compile time (by default, this is ## Why? - 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 - using new unstable shells like Nushell). +- To have a fallback shell in case your primary one, which is your login shell, + breaks and you don't want to get locked out (especially useful when using new + unstable shells like Nushell). ## Installation