From ff2f6fe11dbba92ba49dca18e10421882391a01c Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 27 Apr 2023 09:42:48 +0100 Subject: [PATCH] Add environmental variables comment to environmental variables section. --- desktop/zsh/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desktop/zsh/.zshrc b/desktop/zsh/.zshrc index 398bdd9..3a8a875 100644 --- a/desktop/zsh/.zshrc +++ b/desktop/zsh/.zshrc @@ -4,9 +4,10 @@ # Copyright 2022-2023 Jake Winters # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 7.4.1.24 +# Version: 7.4.2.25 +# Environmental variables # 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"