From 8b019cb80e9e8211fc08f2ce689f3173a14750c9 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 14 Oct 2024 14:09:03 +0200 Subject: [PATCH] Update FAQ.md --- docs/FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index 0ae9ffe5..7add72ea 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -33,6 +33,8 @@ 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?** + * Just execute: `echo > ~/.hushlogin`
How to install PowerShell on MacOS?