From b35efb761494e06c13a5ee3756d66e6cd37aa657 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 16 May 2023 20:57:09 +0100 Subject: [PATCH] Update ZSH interactive shell configuration file to version 8.0.0.26. --- desktop/zsh/.zshrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/desktop/zsh/.zshrc b/desktop/zsh/.zshrc index 3a8a875..ca0688b 100644 --- a/desktop/zsh/.zshrc +++ b/desktop/zsh/.zshrc @@ -4,14 +4,9 @@ # Copyright 2022-2023 Jake Winters # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 7.4.2.25 +# Version: 8.0.0.26 -# 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" - # Prompt PROMPT="%n@%M - %~/ : %# " RPROMPT=\$vcs_info_msg_0_