Add CLAUDE_CODE_VERSION_OVERRIDE=latest to zshenv

This commit is contained in:
Viktor Barzin 2026-02-21 10:07:33 +00:00
parent 3657e7c945
commit 1836cf3420

View file

@ -9,5 +9,8 @@ export EDITOR='vim'
# export LANG=en_US.UTF-8
# export LC_ALL=en_US.UTF-8
# Claude Code
export CLAUDE_CODE_VERSION_OVERRIDE=latest
# Cargo/Rust
[[ -f "$HOME/.cargo/env" ]] && . "$HOME/.cargo/env"