From 98acf812fd002dc9d5addd18a883684b75cf89d8 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 18 May 2023 00:07:02 +0100 Subject: [PATCH] Update ZSH environmental variables to version 4.1.3.17. --- desktop/zsh/.zshenv | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/desktop/zsh/.zshenv b/desktop/zsh/.zshenv index c386358..a691620 100644 --- a/desktop/zsh/.zshenv +++ b/desktop/zsh/.zshenv @@ -4,7 +4,7 @@ # Copyright 2022-2023 Jake Winters # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 4.1.2.16 +# Version: 4.1.3.17 export PATH="/bin/:/usr/bin/:/usr/local/bin/" @@ -16,13 +16,13 @@ export PAGER="/usr/bin/less" export EDITOR="/usr/bin/nvim" export KDEDIRS="/usr/" export CONFIG_PROTECT="/etc/alacritty/ \ - /etc/mc/ \ - /etc/mpv/ \ - /etc/neofetch/ \ - /etc/nvim/ \ - /etc/sway/ \ - /etc/waybar/ \ - /etc/zsh/" + /etc/mc/ \ + /etc/mpv/ \ + /etc/neofetch/ \ + /etc/nvim/ \ + /etc/sway/ \ + /etc/waybar/ \ + /etc/zsh/" export LD_PRELOAD="/usr/local/lib/libhardened_malloc.so" export FZF_DEFAULT_OPTS="--extended" # export ZDOTDIR="~/.config/zsh/"