diff options
Diffstat (limited to 'bash/.bash')
-rw-r--r-- | bash/.bash/04-other.bash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bash/04-other.bash b/bash/.bash/04-other.bash index ec258e1..63271b5 100644 --- a/bash/.bash/04-other.bash +++ b/bash/.bash/04-other.bash @@ -3,3 +3,5 @@ # if [[ -z $TMUX ]] && [[ -n $SSH_TTY ]]; then # exec tmux new-session -A -s ssh # fi +# +export DOTNET_CLI_TELEMETRY_OPTOUT="true" |