From 468d2378be665621e8f35af55cbf36777df1a04c Mon Sep 17 00:00:00 2001 From: js0ny Date: Sat, 20 Jul 2024 10:58:02 +0800 Subject: [PATCH] Update Windows Config --- win/.wslconfig | 3 ++- win/Microsoft.PowerShell_profile.ps1 | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/win/.wslconfig b/win/.wslconfig index 6c56681..c128cdf 100644 --- a/win/.wslconfig +++ b/win/.wslconfig @@ -7,4 +7,5 @@ autoProxy=true [experimental] # requires dnsTunneling but are also OPTIONAL bestEffortDnsParsing=true -useWindowsDnsCache=true \ No newline at end of file +useWindowsDnsCache=true +hostAddressLoopback=true \ No newline at end of file diff --git a/win/Microsoft.PowerShell_profile.ps1 b/win/Microsoft.PowerShell_profile.ps1 index 9ad5870..209edf8 100644 --- a/win/Microsoft.PowerShell_profile.ps1 +++ b/win/Microsoft.PowerShell_profile.ps1 @@ -96,4 +96,4 @@ Import-Module CompletionPredictor If (Test-Path "$HOME\miniconda3\Scripts\conda.exe") { (& "$HOME\miniconda3\Scripts\conda.exe" "shell.powershell" "hook") | Out-String | Where-Object{$_} | Invoke-Expression } -#endregion +#endregion \ No newline at end of file