From 715014ed3d97fcd059fca1ad32a9c6a173329fb9 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 20 Sep 2022 22:45:54 +0100 Subject: [PATCH] Specify compdump file location to compinit --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 67c497d..80a2762 100644 --- a/zshrc +++ b/zshrc @@ -65,7 +65,7 @@ setopt completeinword # Initialize completions autoload -U compinit -compinit +compinit -d ~/.cache/zsh/compdump # Add pip to the old completion engine if present if command -v pip &> /dev/null; then