We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def2483 commit 16b3e88Copy full SHA for 16b3e88
fish/conf.d/00_global_vars.fish
@@ -175,6 +175,7 @@ set -gx SQLITE_HISTORY "$APPLICATIONS_HISTORY_PATH/sqlite_history"
175
176
# AI and Development Tools
177
set -gx CLAUDE_CODE_USE_BEDROCK 1
178
+set -gx CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC 1
179
180
# Modern Python tools
181
set -gx UV_CACHE_DIR "$XDG_CACHE_HOME/uv"
git/.gitignore
@@ -48,3 +48,5 @@ mise.toml
48
# redis stuff
49
dump.rdb
50
.ignore
51
+
52
+**/.claude/settings.local.json
0 commit comments