Remove redundant script
This commit is contained in:
parent
e75a0c8420
commit
ce44de21d7
2 changed files with 0 additions and 16 deletions
scripts/Windows/Config/PowerShell
|
@ -1,15 +0,0 @@
|
|||
#!/bin/pwsh
|
||||
param($context)
|
||||
. "$PSScriptRoot/../../Scripts/Context.ps1";
|
||||
|
||||
Write-Host "Configuring PowerShell";
|
||||
Write-Information "Allow addition of any number of profile files";
|
||||
[Context] $context = $context;
|
||||
|
||||
$context.AddPowerShellProfileStatement(
|
||||
@(
|
||||
'# Profile Files',
|
||||
'$profilePath = "$PSScriptRoot/profile.d/*.ps1";',
|
||||
'if (Test-Path $profilePath) {',
|
||||
' Get-Item $profilePath | ForEach-Object { . $_; };',
|
||||
'}') -join ([System.Environment]::NewLine));
|
Loading…
Add table
Add a link
Reference in a new issue