From 60c2008daa4af648bba79ac19efbc3a9ab601976 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Fri, 21 Apr 2023 20:26:32 +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 66c461b0..6e27f577 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -64,8 +64,8 @@ Why do some scripts show gibberish characters? Those PowerShell scripts are using Unicode characters. Use a modern console supporting UTF-8 such as *Windows Terminal*, please. -How to set PowerShell as my default shell on Linux? ---------------------------------------------------- +How to set PowerShell as favorite 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.