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