From 4937a98cccdf839076c23dd15b457e389b24f2aa Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sun, 16 Oct 2022 11:55:27 -0700 Subject: [PATCH] Suppress LVM warnings --- dotfiles/env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/env b/dotfiles/env index 91c35ce..3e075b6 100755 --- a/dotfiles/env +++ b/dotfiles/env @@ -81,5 +81,8 @@ export LC_COLLATE=C # Opt out of .net telemetry export DOTNET_CLI_TELEMETRY_OPTOUT=1 +# Suppress lvm warnings +export LVM_SUPPRESS_FD_WARNINGS=1 + # shellcheck source=/dev/null test -e "$HOME/.localenv" && . "$HOME/.localenv"