From a600784d9d2ac77abfbaa50450835f139d712419 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 4 Oct 2025 12:03:01 -0500 Subject: updates default programs and xdg environs. use xdg dirs for completion files --- zshrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 437dd8e..cc0bedf 100755 --- a/zshrc +++ b/zshrc @@ -29,4 +29,9 @@ setopt INTERACTIVE_COMMENTS # Comments won't be interpreted in an interactive s # Disable bell unsetopt BEEP -zplugInitialize # Load zsh plugins using zplug; goes last +# Use XDG dirs for completion files +zstyle ':completion:*' cache-path "$XDG_CACHE_HOME"/zcompcache +compinit -d "$XDG_CACHE_HOME"/zcompdump-$ZSH_VERSION + +# Load zsh plugins using zplug; goes last +zplugInitialize -- cgit v1.2.3