Skip to content

Commit 6cc5ea6

Browse files
committed
Opt out of tracking
1 parent 7dbfc33 commit 6cc5ea6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

system/.env

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ export LESS_TERMCAP_md="${yellow}";
3333

3434
export MANPAGER='less -X';
3535

36+
# Opt out of tracking
37+
38+
export GH_TELEMETRY=false
39+
export DO_NOT_TRACK=true
40+
3641
# Case-insensitive globbing (used in pathname expansion)
3742

3843
shopt -s nocaseglob

0 commit comments

Comments
 (0)