PowerShell-Profile/functions/Test-Profile.ps1
2024-05-01 14:12:54 +02:00

7 lines
208 B
PowerShell

# gitea.RdzeN.net
# Reload $profile
function Test-Profile {
if (-not (Test-Path $PROFILE)) {
Copy-Item -Path "$path_gitea_powershell_profile\RdzeN-Profile.ps1" -Destination $PROFILE -force
}
}