From 88f6dbb91dc5f17583004aa03061a7aed478ac50 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 15 May 2024 14:13:40 +0200 Subject: [PATCH] Update FAQ.md --- docs/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 3ed7a1d2..8e9ca740 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -105,9 +105,9 @@ **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? +
How to set a custom PowerShell profile? -**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.** +**Execute: `./update-powershell-profile.ps1` in the *Scripts* subfolder, this will install **my-profile.ps1** as your PowerShell profile. It's a nice looking basic profile and can easily be adapted to your needs.**
How to add the scripts to the search path?