Set order of profile files
This commit is contained in:
parent
c522ed9350
commit
466dd8feff
2 changed files with 2 additions and 2 deletions
|
@ -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";');
|
||||
|
|
|
@ -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";');
|
||||
|
|
Loading…
Reference in a new issue