From 7618a56066edadcf7e0f6f13df1ee444a7dc3829 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 1 Jul 2024 01:58:29 +0200 Subject: up --- .config/env | 1 + .config/zsh/plugins.zsh | 1 + 2 files changed, 2 insertions(+) diff --git a/.config/env b/.config/env index ea0d54c..69fa266 100644 --- a/.config/env +++ b/.config/env @@ -74,6 +74,7 @@ export TSH_HOME="$XDG_CONFIG_HOME"/tsh export WGETRC="$XDG_CONFIG_HOME/wgetrc" export XINITRC="$XDG_CONFIG_HOME"/x11/xinitrc export XSERVERRC="$XDG_CONFIG_HOME"/x11/xserverrc +export _Z_DATA="$XDG_DATA_HOME"/z # ccache export CCACHE_PATH='/usr/bin:/usr/local/bin:/usr/local/llvm11/bin' diff --git a/.config/zsh/plugins.zsh b/.config/zsh/plugins.zsh index d6060a0..9e13701 100644 --- a/.config/zsh/plugins.zsh +++ b/.config/zsh/plugins.zsh @@ -13,3 +13,4 @@ source $HOME/.local/packs/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh >/dev/null source $HOME/.local/packs/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh >/dev/null +[[ -r "/usr/share/z/z.sh" ]] && source /usr/share/z/z.sh -- cgit v1.2.3