modified: RdzeN-Profile.ps1
This commit is contained in:
parent
828935d850
commit
5168e7ce1a
@ -47,7 +47,7 @@ if (-not (Test-Path $path_profile_file)) {
|
||||
# 97. Override profile
|
||||
Override-Profile
|
||||
# 98. Override profile
|
||||
Reload-Profile
|
||||
#Reload-Profile
|
||||
} else {
|
||||
# Check if the profile file has been modified
|
||||
$local_profile_hash = Get-FileHash -Path $path_profile_file
|
||||
@ -62,7 +62,7 @@ if (-not (Test-Path $path_profile_file)) {
|
||||
# 97. Override profile
|
||||
Override-Profile
|
||||
# 98. Override profile
|
||||
Reload-Profile
|
||||
#Reload-Profile
|
||||
} else {
|
||||
Write-Host "Local profile file is up to date." -ForegroundColor Green
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user