diff --git a/profile.ps1 b/profile.ps1 index 3724f77..6095c79 100644 --- a/profile.ps1 +++ b/profile.ps1 @@ -143,8 +143,3 @@ function watch { Start-Sleep -Seconds $n } } - -#check for old version -if($PSVersionTable.PSVersion.Major -le 5){ - Write-Host -ForegroundColor Red 'start pwsh instead of powershell' -} \ No newline at end of file