Skip to content

Fish shell

Terminal window
curl -sL https://codeberg.org/0x52534B/cli-telemetry/raw/branch/main/src/shells/telemetry.fish > ~/.config/fish/conf.d/telemetry.fish
Terminal window
source ~/.config/fish/config.fish
telemetry.fish
# https://bun.com/docs/runtime/bunfig#telemetry
set DO_NOT_TRACK 1
# https://learn.microsoft.com/en-us/dotnet/core/tools/telemetry?tabs=dotnet10#how-to-opt-out
set DOTNET_CLI_TELEMETRY_OPTOUT 1
# https://astro.build/telemetry/
set ASTRO_TELEMETRY_DISABLED 1
# https://nextjs.org/telemetry
set NEXT_TELEMETRY_DISABLED 1
# https://www.prisma.io/docs/orm/tools/prisma-cli#telemetry
set CHECKPOINT_DISABLE 1
# https://github.com/nuxt/telemetry
set NUXT_TELEMETRY_DISABLED 1
# https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/telemetry.md#how-can-i-configure-wrangler-telemetry
set WRANGLER_SEND_METRICS false
# https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/telemetry.md
set GEMINI_TELEMETRY_ENABLED false
# https://docs.expo.dev/more/expo-cli/#telemetry
set EXPO_NO_TELEMETRY 1
# https://docs.brew.sh/Analytics#opting-out
set HOMEBREW_NO_ANALYTICS 1
# https://storybook.js.org/docs/configure/telemetry#how-to-opt-out
set STORYBOOK_DISABLE_TELEMETRY true
# https://docs.aws.amazon.com/cdk/v2/guide/cli-telemetry.html#telemetry-opt-out
set CDK_DISABLE_CLI_TELEMETRY true
# https://docs.trychroma.com/docs/overview/oss#in-chroma%E2%80%99s-backend-server-using-environment-variables
set ANONYMIZED_TELEMETRY False