modified: functions/Override-Profile.ps1
This commit is contained in:
parent
e76459b4a0
commit
3024ef0be1
@ -2,7 +2,7 @@
|
||||
# Override $profile
|
||||
function Override-Profile {
|
||||
if ((Test-Path $PROFILE)) {
|
||||
Copy-Item -Path $path_gitea_powershell_profile -Destination $PROFILE -Force
|
||||
Copy-Item -Path "$path_gitea_powershell_profile\RdzeN-Profile.ps1" -Destination $PROFILE -Force
|
||||
New-SimulateTyping "Your PowerShell profile was Override!"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user