Relocate powershell profile script

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

View file

@ -1,4 +1,4 @@
#!/bin/pwsh
. "$PSScriptRoot/../../../Common/Config/powershell/lib.ps1";
. "$PSScriptRoot/../../../Common/Software/powershell/profile.ps1";
Write-Host "Configuring posh-git";
Add-PowerShellProfileStatement -System -Category "posh-git" -Statement 'Import-Module "posh-git";'