From 79e6e6150fa02970a70aea9c52983d443ee489d4 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 15 May 2024 14:24:52 +0200 Subject: [PATCH] Update FAQ.md --- docs/FAQ.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 41c9e042..c1cc1cc9 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -102,7 +102,8 @@
How to configure PowerShell as my default shell on Linux? -**Make sure PowerShell is installed, then execute: `chsh -s /usr/bin/pwsh USERNAME`. In case you experience an "invalid shell" error, add "/usr/bin/pwsh" to /etc/shells.** +1. Make sure PowerShell is installed, then **execute: `chsh -s /usr/bin/pwsh USERNAME`** (replace USERNAME by your user name). +2. In case you experience an "invalid shell" error, **add the line "/usr/bin/pwsh" to /etc/shells.**
How to set a custom PowerShell profile?