From 3e387d0b5f6774904e6cb60dc478a1de7662696c Mon Sep 17 00:00:00 2001 From: JGill Date: Thu, 16 Sep 2021 14:32:35 +0530 Subject: [PATCH] Change .zcompdump location --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 8eebba5..1cfa86e 100644 --- a/.zshrc +++ b/.zshrc @@ -140,7 +140,7 @@ export MARKER_KEY_NEXT_PLACEHOLDER="\C-b" #change maker key binding from Ctr+t export PATH=$PATH:~/.quickzsh/todo/bin #usig alias doesn't properly work -autoload -U compinit && compinit # zsh-completions +autoload -U compinit && compinit -C -d ~/.cache/zsh/.zcompdump # zsh-completions # autoload bashcompinit # bash completions # bashcompinit