From 2b3d610076ae2d8c71ed96d2d381b112e9d85db9 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Fri, 19 Jul 2024 12:16:35 +0200 Subject: [zshrc] move compdump and hist files to .cache folder --- .zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 4433554..3183d1f 100644 --- a/.zshrc +++ b/.zshrc @@ -1,9 +1,13 @@ export ZSH="$HOME/.config/zsh/ohmyzsh" -CASE_SENSITIVE="false" +ZSH_CACHE="$HOME/.cache/zsh" +CASE_SENSITIVE="false" HYPHEN_INSENSITIVE="true" +ZSH_COMPDUMP="$ZSH_CACHE/zcompdump-$HOST" + +HISTFILE="$ZSH_CACHE/zsh_history" HIST_STAMPS="dd.mm.yyyy" plugins=(git gitfast) -- cgit v1.2.3