Skip to content

Commit 60ca6bd

Browse files
committed
Adding claude configurations to .bashrc.
Signed-off-by: Yoni Bettan <yonibettan@gmail.com>
1 parent a936451 commit 60ca6bd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

dotfiles/bashrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,8 @@ if [[ $os == "Darwin" ]]; then
8686
source $s
8787
done
8888
fi
89+
90+
export CLAUDE_CODE_USE_VERTEX=1
91+
export CLOUD_ML_REGION=us-east5
92+
export ANTHROPIC_VERTEX_PROJECT_ID=itpc-gcp-eco-eng-claude
93+
pathadd "$HOME/local/bin/claude"

0 commit comments

Comments
 (0)