new file: functions/Test-Profile.ps1

deleted:    functions/Test-Profile
This commit is contained in:
Tomasz Kostrzewa 2024-03-05 18:59:09 +01:00
parent 342b8d8bef
commit af1e080bc4

View File

@ -0,0 +1,8 @@
# gitea.RdzeN.net
# Reload $profile
function Test-Profile {
if (-not (Test-Path $PROFILE)) {
Copy-Item -Path $path_gitea_powershell_profile -Destination $PROFILE
New-SimulateTyping "Your PowerShell profile was created!"
}
}