Update Windows Config

This commit is contained in:
js0ny 2024-07-20 10:58:02 +08:00
parent 40e939bfb4
commit 468d2378be
2 changed files with 3 additions and 2 deletions

View file

@ -7,4 +7,5 @@ autoProxy=true
[experimental] [experimental]
# requires dnsTunneling but are also OPTIONAL # requires dnsTunneling but are also OPTIONAL
bestEffortDnsParsing=true bestEffortDnsParsing=true
useWindowsDnsCache=true useWindowsDnsCache=true
hostAddressLoopback=true

View file

@ -96,4 +96,4 @@ Import-Module CompletionPredictor
If (Test-Path "$HOME\miniconda3\Scripts\conda.exe") { If (Test-Path "$HOME\miniconda3\Scripts\conda.exe") {
(& "$HOME\miniconda3\Scripts\conda.exe" "shell.powershell" "hook") | Out-String | Where-Object{$_} | Invoke-Expression (& "$HOME\miniconda3\Scripts\conda.exe" "shell.powershell" "hook") | Out-String | Where-Object{$_} | Invoke-Expression
} }
#endregion #endregion