mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-25 17:33:17 +01:00
Update FAQ.md
This commit is contained in:
parent
baa0a123b6
commit
38b2cabfd1
@ -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 <username>`. In case you experience an "invalid shell" error, add "/usr/bin/pwsh" to /etc/shells.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user