aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash/04-other.bash
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2023-01-25 10:47:00 -0700
committerBryson Steck <brysonsteck@protonmail.com>2023-01-25 10:47:00 -0700
commit290247d424e6a91fa04b69a1c17ace583bd92290 (patch)
treec0454fead2a4b924c3a785e23ac9d4a66f9314e9 /bash/.bash/04-other.bash
parent17569393a56fc8a0df3842571a81dad5087ae462 (diff)
downloaddotfiles-290247d424e6a91fa04b69a1c17ace583bd92290.tar
dotfiles-290247d424e6a91fa04b69a1c17ace583bd92290.tar.gz
dotfiles-290247d424e6a91fa04b69a1c17ace583bd92290.tar.bz2
update some vim stuff mostly
Diffstat (limited to 'bash/.bash/04-other.bash')
-rw-r--r--bash/.bash/04-other.bash2
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"