chore: opt out of powershell telemetry

This commit is contained in:
Price Hiller 2023-03-21 13:45:10 -05:00
parent fb03b597e0
commit e839d457c4
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
$env:POWERSHELL_TELEMETRY_OPTOUT = $true
if (-Not (Get-Module -ListAvailable -Name PSFzf))
{
Install-Module -Name PSFzf

View File

@ -120,6 +120,7 @@ export DOCKER_BUILDKIT=1
export NOTES_DIR="${HOME}/.notes"
export GITLAB_HOST="https://gitlab.orion-technologies.io"
export SSLKEYLOGFILE="${XDG_DATA_HOME}/ssl-key-log.log"
export POWERSHELL_TELEMETRY_OPTOUT=true
### NPM ###
export NPM_CONFIG_PREFIX="${HOME}/.npm-global"