modified: functions/Test-Profile.ps1

This commit is contained in:
Tomasz Kostrzewa 2024-03-05 19:05:15 +01:00
parent bf9d2489eb
commit e76459b4a0

View File

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