Add CLAUDE_CODE_DISABLE_AUTO_MEMORY=0 to zshrc
This commit is contained in:
parent
88133f1f9d
commit
e15a462ce2
1 changed files with 3 additions and 0 deletions
|
|
@ -86,3 +86,6 @@ czpush() {
|
||||||
cd "$(chezmoi source-path)" && git add -A && git commit -m "$msg" && git push
|
cd "$(chezmoi source-path)" && git add -A && git commit -m "$msg" && git push
|
||||||
cd - > /dev/null
|
cd - > /dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Claude Code auto memory
|
||||||
|
export CLAUDE_CODE_DISABLE_AUTO_MEMORY=0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue