From 951242b2010f2260e1959437a3432cf663ecbff1 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 7 Apr 2021 11:58:57 +0200 Subject: [PATCH] Update FAQ.md --- Misc/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/FAQ.md b/Misc/FAQ.md index 162d7e45..4aaf8768 100644 --- a/Misc/FAQ.md +++ b/Misc/FAQ.md @@ -32,8 +32,8 @@ How to get the PowerShell Scripts? * otherwise download it from: https://github.com/fleschutz/PowerShell/archive/master.zip -How to use PowerShell by Default? ---------------------------------- +How to set PowerShell as Default Shell? +--------------------------------------- * **On Linux:** make sure PowerShell is installed, then execute: `chsh -s /usr/bin/pwsh `. In case you experience an "invalid shell" error, add "/usr/bin/pwsh" to /etc/shells. * **On Windows:** no need to, PowerShell is the default shell