Update FAQ.md

This commit is contained in:
Markus Fleschutz 2023-04-21 20:24:32 +02:00 committed by GitHub
parent 3be31e0934
commit 44974fcc86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ Make sure PowerShell is installed, then execute: `chsh -s /usr/bin/pwsh <usernam
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).
Execute: `./set-profile.ps1` in the *Scripts* subfolder, this will install **my-profile.ps1** as your PowerShell profile. It's a nice looking base profile, but can easily be changed to your needs.
How to add the scripts to the search path?