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