From 57eebd6429a32d17553baf748d0630b72e35eb46 Mon Sep 17 00:00:00 2001 From: lub Date: Tue, 1 Aug 2023 08:50:25 +0200 Subject: [PATCH] remove pwsh version check enough muscle memory has been built --- profile.ps1 | 5 ----- 1 file changed, 5 deletions(-) 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