From 0c4ec6fe5f29510cf73d0a3ee223d6e9d4eff783 Mon Sep 17 00:00:00 2001 From: Tomasz Kostrzewa Date: Tue, 5 Mar 2024 23:54:07 +0100 Subject: [PATCH] modified: RdzeN-Profile.ps1 --- RdzeN-Profile.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RdzeN-Profile.ps1 b/RdzeN-Profile.ps1 index e745884..3fcd5b5 100644 --- a/RdzeN-Profile.ps1 +++ b/RdzeN-Profile.ps1 @@ -41,6 +41,10 @@ function Pull-Repository { if (-not (Test-Path $path_profile_file)) { Write-Host "Profile file not found locally. Pulling from repository..." -ForegroundColor Yellow Pull-Repository + # 97. Override profile + Override-Profile + # 98. Override profile + Reload-Profile } else { # Check if the profile file has been modified $local_profile_hash = Get-FileHash -Path $path_profile_file