From ff9027600e0ffe8da81062557466d0ab33dfd476 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 17 Aug 2026 13:13:39 -0500 Subject: [PATCH] fix: don't suppress warnings --- Documents/PowerShell/Profile/01-Environment.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Documents/PowerShell/Profile/01-Environment.ps1 b/Documents/PowerShell/Profile/01-Environment.ps1 index c522be5..48cfc2f 100644 --- a/Documents/PowerShell/Profile/01-Environment.ps1 +++ b/Documents/PowerShell/Profile/01-Environment.ps1 @@ -8,8 +8,6 @@ $env:PYTHONIOENCODING="utf-8" $env:VIRTUAL_ENV_DISABLE_PROMPT=1 $env:EDITOR="nvim" -$WarningPreference = "SilentlyContinue" - [console]::InputEncoding = [console]::OutputEncoding = [System.Text.UTF8Encoding]::new() function Add-UserPath {