Suppress LVM warnings

This commit is contained in:
David Tomaschik
2022-10-16 11:55:27 -07:00
parent ab85cb5ecf
commit 4937a98ccc

View File

@@ -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"