From d6076ff1ccc1987ff2716af1e1784d892244d052 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 5 Mar 2020 14:58:48 +0000 Subject: [PATCH] Opt out of PowerShell telemetry --- roles/home-cli/files/shrc | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index 6f3f0b9..e71a7ba 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -27,6 +27,7 @@ export TIME_STYLE="long-iso" # Other exports. export ANSIBLE_NOCOWS=1 export EDITOR=vi +export POWERSHELL_TELEMETRY_OPTOUT=1 export PYTHONWARNINGS="ignore::UserWarning" PS1="$ "