From d07eff17b860f52e099ed0512daf3da95b83cb7b Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 22 Feb 2024 23:30:05 +0100 Subject: [PATCH] Update zcompdump directory --- capture.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capture.zsh b/capture.zsh index 4f8c411..d1c7dcf 100755 --- a/capture.zsh +++ b/capture.zsh @@ -23,7 +23,7 @@ PROMPT= # load completion system autoload compinit -compinit -d ~/.zcompdump_capture +compinit -d ~/.cache/zsh/.zcompdump_capture # never run a command bindkey ''^M'' undefined