Opt out of PowerShell telemetry
This commit is contained in:
parent
d44ec9ee88
commit
d6076ff1cc
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ export TIME_STYLE="long-iso"
|
||||||
# Other exports.
|
# Other exports.
|
||||||
export ANSIBLE_NOCOWS=1
|
export ANSIBLE_NOCOWS=1
|
||||||
export EDITOR=vi
|
export EDITOR=vi
|
||||||
|
export POWERSHELL_TELEMETRY_OPTOUT=1
|
||||||
export PYTHONWARNINGS="ignore::UserWarning"
|
export PYTHONWARNINGS="ignore::UserWarning"
|
||||||
|
|
||||||
PS1="$ "
|
PS1="$ "
|
||||||
|
|
Loading…
Reference in a new issue