Clarify system-wide environmental variables stored within ZSH configuration file are temporary.

This commit is contained in:
inference 2023-04-27 09:41:44 +01:00
parent 7904c1da88
commit 499153d6e2
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -4,10 +4,10 @@
# Copyright 2022-2023 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause-Clear
# Version: 7.4.0.23
# Version: 7.4.1.24
# Temporarily export variables until permanent solution is found
# Temporarily export system-wide environmental variables until permanent solution is found
export LD_PRELOAD="/usr/local/lib/libhardened_malloc.so"
export FZF_DEFAULT_OPTS="--extended"