From d71876a4136ea7e915fb2690f5fc338356b7807b Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 5 Oct 2020 12:24:12 +0200 Subject: [PATCH] zsh cleaning --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 6ae7d06..4fccb5d 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -1,5 +1,5 @@ bindkey -e -autoload -U compinit && compinit -d ~/.zsh/caches/zcompdump +autoload -U compinit && compinit -d ~/.config/zsh/caches/zcompdump autoload -U promptinit && promptinit export HISTSIZE=10000