modified: functions/Test-Profile.ps1

This commit is contained in:
Tomasz Kostrzewa 2024-03-05 19:13:57 +01:00
parent 5a3126ab4f
commit ad3530e066

View File

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