Update FAQ.md

This commit is contained in:
Markus Fleschutz
2023-04-21 20:18:23 +02:00
committed by GitHub
parent 232426ff23
commit 3be31e0934

View File

@ -69,6 +69,11 @@ 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.
How to install a custom PowerShell profile?
-------------------------------------------
Just execute: `./set-profile.ps1`, this will install **my-profile.ps1** as your PowerShell profile (change it to your needs).
How to add the scripts to the search path?
------------------------------------------
Want to use the PowerShell scripts everywhere on the command-line? Then you need to add the Scripts/ subfolder to the search path: