Update FAQ.md

This commit is contained in:
Markus Fleschutz 2023-04-21 19:58:53 +02:00 committed by GitHub
parent d8677b0cdd
commit 232426ff23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 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 <username>`. In case you experience an "invalid shell" error, add "/usr/bin/pwsh" to /etc/shells.