diff --git a/functions/Test-Profile b/functions/Test-Profile deleted file mode 100644 index 6114e97..0000000 --- a/functions/Test-Profile +++ /dev/null @@ -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!" - } -} \ No newline at end of file