Set order of profile files

This commit is contained in:
Manuel Thalmann 2023-07-27 02:37:43 +02:00
parent c522ed9350
commit 466dd8feff
2 changed files with 2 additions and 2 deletions

View file

@ -4,4 +4,4 @@ param($context)
[Context] $context = $context;
Write-Host "Configuring Terminal-Icons";
$context.AddPowerShellProfileStatement("Terminal-Icons", 'Import-Module "Terminal-Icons";');
$context.AddPowerShellProfileStatement("0_Terminal-Icons", 'Import-Module "Terminal-Icons";');

View file

@ -4,4 +4,4 @@ param($context)
[Context] $context = $context;
Write-Host "Configuring posh-git";
$context.AddPowerShellProfileStatement("posh-git", 'Import-Module "posh-git";');
$context.AddPowerShellProfileStatement("0_posh-git", 'Import-Module "posh-git";');