7 lines
206 B
PowerShell
7 lines
206 B
PowerShell
# gitea.RdzeN.net
|
|
# Override $profile
|
|
function Override-Profile {
|
|
if ((Test-Path $PROFILE)) {
|
|
Get-Content "$path_gitea_powershell_profile\RdzeN-Profile.ps1" | Set-Content $PROFILE -Force
|
|
}
|
|
} |