modified: RdzeN-Profile.ps1

This commit is contained in:
Tomasz Kostrzewa 2024-03-05 23:54:07 +01:00
parent 8461c0c8e4
commit 0c4ec6fe5f

View File

@ -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