Zsh
1. Download
Section titled “1. Download”Download telemetry.zsh into ~/.config/zsh/telemetry.zsh
curl -sL https://codeberg.org/0x52534B/cli-telemetry/raw/branch/main/src/shells/telemetry.zsh > ~/.config/zsh/telemetry.zsh2. Source telemetry.zsh in ~/.zshrc
Section titled “2. Source telemetry.zsh in ~/.zshrc”Add the below line to your ~/.zshrc
source $HOME/.config/zsh/telemetry.zsh3. Reload the shell
Section titled “3. Reload the shell”source ~/.zshrc# https://bun.com/docs/runtime/bunfig#telemetryexport DO_NOT_TRACK=1
# https://learn.microsoft.com/en-us/dotnet/core/tools/telemetry?tabs=dotnet10#how-to-opt-outexport DOTNET_CLI_TELEMETRY_OPTOUT=1
# https://astro.build/telemetry/export ASTRO_TELEMETRY_DISABLED=1
# https://nextjs.org/telemetryexport NEXT_TELEMETRY_DISABLED=1
# https://www.prisma.io/docs/orm/tools/prisma-cli#telemetryexport CHECKPOINT_DISABLE=1
# https://github.com/nuxt/telemetryexport NUXT_TELEMETRY_DISABLED=1
# https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/telemetry.md#how-can-i-configure-wrangler-telemetryexport WRANGLER_SEND_METRICS=false
# https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/telemetry.mdexport GEMINI_TELEMETRY_ENABLED=false
# https://docs.expo.dev/more/expo-cli/#telemetryexport EXPO_NO_TELEMETRY=1
# https://docs.brew.sh/Analytics#opting-outexport HOMEBREW_NO_ANALYTICS=1