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