feat: disable telemetry on gh.

This commit is contained in:
Gea-Suan Lin
2026-04-22 22:06:35 +08:00
parent 8dad8d391b
commit a6366f542d
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -127,7 +127,9 @@ else
fi
#
export BLOCKSIZE="k"
export DO_NOT_TRACK=true
export GH_PAGER="less"
export GH_TELEMETRY=false
export GIT_PAGER="less"
export HISTFILE="$HOME/.history"
export HISTSIZE=2000