From e746853f464883c4986dfc2371fa28e93fd0d9ef Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 29 Oct 2025 12:41:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20wsl2.zsh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wsl2.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsl2.zsh b/wsl2.zsh index db7a207..b4aee8b 100644 --- a/wsl2.zsh +++ b/wsl2.zsh @@ -7,6 +7,6 @@ export NET_GATE="$(ip -c=never r | head -n1 | cut -d' ' -f3)" # WSLG if [[ -z $DISPLAY ]]; then export DISPLAY="$NET_GATE:0.0" -fi export LIBGL_ALWAYS_INDIRECT=true export LIBGL_ALWAYS_SOFTWARE=true +fi