From 626ae6dba720af681628e38335261c6c41802b85 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 18 Aug 2023 16:23:53 +0200 Subject: [PATCH] zshrc: set ZSH_COMPDUMP --- .zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index ecc44b8..416e046 100644 --- a/.zshrc +++ b/.zshrc @@ -4,9 +4,11 @@ [ ! -d ~/.oh-my-zsh ] && sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" - ZSH_DISABLE_COMPFIX=true + ZSH=$HOME/.oh-my-zsh ZSH_CACHE_DIR="$ZSH/cache" + ZSH_COMPDUMP="~/.zcompdump" + ZSH_DISABLE_COMPFIX=true [ -z "$IN_NIX_SHELL" ] && . $HOME/.asdf/asdf.sh # necessary to include "/usr/share/zsh/"$(zsh --version| cut -d ' ' -f2)/functions"