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