From fc66df1797a10c383811688d6bb78d7177b545ba Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 14 Oct 2024 14:39:25 +0200 Subject: [PATCH] Update FAQ.md --- docs/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 7add72ea..b2d5ef92 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -32,8 +32,8 @@ 2. **Otherwise, visit:** https://github.com/PowerShell/PowerShell **and scroll down to: *Get PowerShell*.** 3. **Want to set PowerShell as your default shell?** * Make sure the file **/etc/shells** (contains valid login shells) has a **/usr/bin/pwsh** line, otherwise add it. - * Now execute: **`chsh -s /usr/bin/pwsh `** (replace <USERNAME> by your user name). -4. **The SSH login is too verbose?** + * Now execute: `chsh -s /usr/bin/pwsh ` (replace <USERNAME> by your user name). +4. **SSH login is too verbose?** * Just execute: `echo > ~/.hushlogin`