From 38b2cabfd158d2bda891a3afc9fdfbfb6252987e Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 30 Jun 2021 19:45:18 +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 1503d94a..6d9981df 100644 --- a/Misc/FAQ.md +++ b/Misc/FAQ.md @@ -37,8 +37,8 @@ Why do some Scripts show gibberish characters? Those PowerShell scripts are using Unicode input & output! Use a modern console supporting UTF-8 such as Windows Terminal, please. -How to set PowerShell as Default Shell on Linux? ------------------------------------------------- +How to set PowerShell as My 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.