Relocate powershell profile script

This commit is contained in:
Manuel Thalmann 2024-07-16 14:06:19 +02:00
parent 005c575320
commit 150775e068
7 changed files with 6 additions and 6 deletions
scripts/Windows/Scripts

View file

@ -1,6 +1,6 @@
#!/bin/pwsh
. "$PSScriptRoot/Entrypoints.ps1";
. "$PSScriptRoot/../../Common/Config/powershell/lib.ps1";
. "$PSScriptRoot/../../Common/Software/powershell/profile.ps1";
class Context {
[string]$EntryPoint;