mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-15 11:10:54 +01:00
Update FAQ.md
This commit is contained in:
parent
44974fcc86
commit
60c2008daa
@ -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.
|
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 <username>`. In case you experience an "invalid shell" error, add "/usr/bin/pwsh" to /etc/shells.
|
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