Add CLAUDE_CODE_DISABLE_AUTO_MEMORY=0 to zshrc

This commit is contained in:
Viktor Barzin 2026-02-28 11:48:06 +00:00
parent 88133f1f9d
commit e15a462ce2

View file

@ -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