Rename PowerShell script directory
This commit is contained in:
parent
b87117ecd3
commit
26ef9a12b9
|
@ -1,5 +1,5 @@
|
|||
#!/bin/pwsh
|
||||
. "$PSScriptRoot/../../Software/powershell/profile.ps1";
|
||||
. "$PSScriptRoot/../../Software/PowerShell/profile.ps1";
|
||||
|
||||
Add-PowerShellProfileStatement `
|
||||
-System `
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/pwsh
|
||||
. "$PSScriptRoot/../../Software/powershell/profile.ps1";
|
||||
. "$PSScriptRoot/../../Software/PowerShell/profile.ps1";
|
||||
|
||||
foreach ($defaultUser in @($true, $false)) {
|
||||
Add-PowerShellProfileStatement -DefaultUser:$defaultUser -Statement "# aliae`naliae init pwsh | Invoke-Expression";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/pwsh
|
||||
. "$PSScriptRoot/../../Software/powershell/profile.ps1";
|
||||
. "$PSScriptRoot/../../Software/PowerShell/profile.ps1";
|
||||
|
||||
Add-PowerShellProfileStatement `
|
||||
-System `
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/pwsh
|
||||
. "$PSScriptRoot/../powershell/profile.ps1";
|
||||
. "$PSScriptRoot/../PowerShell/profile.ps1";
|
||||
|
||||
Add-PowerShellProfileStatement `
|
||||
-System `
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/pwsh
|
||||
. "$PSScriptRoot/../../../Common/Software/powershell/profile.ps1";
|
||||
. "$PSScriptRoot/../../../Common/Software/PowerShell/profile.ps1";
|
||||
Add-PowerShellProfileStatement -System -Category "Terminal-Icons" -Statement 'Import-Module "Terminal-Icons";';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/pwsh
|
||||
. "$PSScriptRoot/../../../Common/Software/powershell/profile.ps1";
|
||||
. "$PSScriptRoot/../../../Common/Software/PowerShell/profile.ps1";
|
||||
Write-Host "Configuring posh-git";
|
||||
Add-PowerShellProfileStatement -System -Category "posh-git" -Statement 'Import-Module "posh-git";'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/pwsh
|
||||
. "$PSScriptRoot/Entrypoints.ps1";
|
||||
. "$PSScriptRoot/../../Common/Software/powershell/profile.ps1";
|
||||
. "$PSScriptRoot/../../Common/Software/PowerShell/profile.ps1";
|
||||
|
||||
class Context {
|
||||
[string]$EntryPoint;
|
||||
|
|
Loading…
Reference in a new issue