8 lines
256 B
PowerShell
8 lines
256 B
PowerShell
# gitea.RdzeN.net
|
|
# Override $profile
|
|
function Override-Profile {
|
|
if ((Test-Path $PROFILE)) {
|
|
Copy-Item -Path $path_gitea_powershell_profile -Destination $PROFILE -Force
|
|
New-SimulateTyping "Your PowerShell profile was Override!"
|
|
}
|
|
} |