From 3800ce469ea72dcf1dd0451613ec54f816ef78c0 Mon Sep 17 00:00:00 2001 From: SL1900 Date: Thu, 26 Sep 2024 21:38:02 +0900 Subject: [PATCH] Fixed windows environment setup script --- setup/windows.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/windows.ps1 b/setup/windows.ps1 index 515a05b..c56498a 100644 --- a/setup/windows.ps1 +++ b/setup/windows.ps1 @@ -1 +1 @@ -setx XDG_CONFIG_HOME "$USERPROFILE\.config" +setx XDG_CONFIG_HOME "$env:USERPROFILE\.config"