modified: functions/Override-Profile.ps1 modified: functions/Reload-Profile.ps1 modified: functions/Test-Profile.ps1
7 lines
208 B
PowerShell
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
|
|
}
|
|
} |