modified: RdzeN-Profile.ps1
This commit is contained in:
parent
8461c0c8e4
commit
0c4ec6fe5f
@ -41,6 +41,10 @@ function Pull-Repository {
|
|||||||
if (-not (Test-Path $path_profile_file)) {
|
if (-not (Test-Path $path_profile_file)) {
|
||||||
Write-Host "Profile file not found locally. Pulling from repository..." -ForegroundColor Yellow
|
Write-Host "Profile file not found locally. Pulling from repository..." -ForegroundColor Yellow
|
||||||
Pull-Repository
|
Pull-Repository
|
||||||
|
# 97. Override profile
|
||||||
|
Override-Profile
|
||||||
|
# 98. Override profile
|
||||||
|
Reload-Profile
|
||||||
} else {
|
} else {
|
||||||
# Check if the profile file has been modified
|
# Check if the profile file has been modified
|
||||||
$local_profile_hash = Get-FileHash -Path $path_profile_file
|
$local_profile_hash = Get-FileHash -Path $path_profile_file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user