Skip to content

Commit 16b3e88

Browse files
committed
WIP
1 parent def2483 commit 16b3e88

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

fish/conf.d/00_global_vars.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ set -gx SQLITE_HISTORY "$APPLICATIONS_HISTORY_PATH/sqlite_history"
175175

176176
# AI and Development Tools
177177
set -gx CLAUDE_CODE_USE_BEDROCK 1
178+
set -gx CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC 1
178179

179180
# Modern Python tools
180181
set -gx UV_CACHE_DIR "$XDG_CACHE_HOME/uv"

git/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ mise.toml
4848
# redis stuff
4949
dump.rdb
5050
.ignore
51+
52+
**/.claude/settings.local.json

0 commit comments

Comments
 (0)