Relocate powershell profile script
This commit is contained in:
parent
005c575320
commit
150775e068
7 changed files with 6 additions and 6 deletions
scripts/Windows/Config/posh-git
|
@ -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";'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue