From f9a4d90d13ab61f7c0cd37381399b2572185964d Mon Sep 17 00:00:00 2001 From: Alex Denes Date: Sat, 15 Jun 2024 08:43:51 +0000 Subject: [PATCH] Allow default to expand --- completions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions.zsh b/completions.zsh index 93fb299..5b4dcc2 100644 --- a/completions.zsh +++ b/completions.zsh @@ -1,5 +1,5 @@ zstyle ':completion:*' use-cache on -zstyle ':completion:*' cache-path "${CACHEPATH:-~/.cache}"/zsh/comp +zstyle ':completion:*' cache-path ${CACHEPATH:-~/.cache}/zsh/comp zstyle ':completion:*:manuals' separate-sections true zstyle ':completion:*:manuals.*' insert-sections true zstyle ':completion:*' prefix suffix