diff --git a/dots/.config/powershell/Microsoft.PowerShell_profile.ps1 b/dots/.config/powershell/Microsoft.PowerShell_profile.ps1 index 8fb6ae4c..6b6e385a 100644 --- a/dots/.config/powershell/Microsoft.PowerShell_profile.ps1 +++ b/dots/.config/powershell/Microsoft.PowerShell_profile.ps1 @@ -1,3 +1,4 @@ +$env:POWERSHELL_TELEMETRY_OPTOUT = $true if (-Not (Get-Module -ListAvailable -Name PSFzf)) { Install-Module -Name PSFzf diff --git a/dots/.config/zsh/config/profile/profile/env.zsh b/dots/.config/zsh/config/profile/profile/env.zsh index 11e42c9f..717c00ad 100644 --- a/dots/.config/zsh/config/profile/profile/env.zsh +++ b/dots/.config/zsh/config/profile/profile/env.zsh @@ -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"