deleted: functions/Test-Profile

This commit is contained in:
Tomasz Kostrzewa 2024-03-05 18:59:26 +01:00
parent af1e080bc4
commit 9ff75d024a

View File

@ -1,8 +0,0 @@
# 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!"
}
}