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?