From e15a462ce202e0dce272a3741dd5b30fe7e325db Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 28 Feb 2026 11:48:06 +0000 Subject: [PATCH] Add CLAUDE_CODE_DISABLE_AUTO_MEMORY=0 to zshrc --- dot_zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_zshrc b/dot_zshrc index ce48aa7..bc96ae0 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -86,3 +86,6 @@ czpush() { cd "$(chezmoi source-path)" && git add -A && git commit -m "$msg" && git push cd - > /dev/null } + +# Claude Code auto memory +export CLAUDE_CODE_DISABLE_AUTO_MEMORY=0