mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-08 17:14:28 +01:00
Update FAQ.md
This commit is contained in:
parent
abebe6146b
commit
c16b33c558
@ -35,10 +35,10 @@ How to fix gibberish characters when executing the Scripts?
|
||||
-----------------------------------------------------------
|
||||
The PowerShell scripts support and use Unicode characters! Use a modern console supporting UTF-8 such as Windows Terminal.
|
||||
|
||||
How to set PowerShell as 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.
|
||||
* **On Windows:** no need to, PowerShell is the default shell
|
||||
|
||||
How to set PowerShell as 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.
|
||||
|
||||
|
||||
How to add the Scripts to the Search Path?
|
||||
|
Loading…
Reference in New Issue
Block a user