modified: functions/Override-Profile.ps1

This commit is contained in:
Tomasz Kostrzewa 2024-03-05 19:07:59 +01:00
parent e76459b4a0
commit 3024ef0be1

View File

@ -2,7 +2,7 @@
# Override $profile
function Override-Profile {
if ((Test-Path $PROFILE)) {
Copy-Item -Path $path_gitea_powershell_profile -Destination $PROFILE -Force
Copy-Item -Path "$path_gitea_powershell_profile\RdzeN-Profile.ps1" -Destination $PROFILE -Force
New-SimulateTyping "Your PowerShell profile was Override!"
}
}