From 259f9dc41840190e7e6e99b953044b78a5511780 Mon Sep 17 00:00:00 2001 From: zhi Date: Thu, 5 Mar 2026 11:16:40 +0000 Subject: [PATCH] fix: remove unused PADDEDCELL_SKILLS_DIR env variable The plugins.load.paths configuration is automatically updated, so this environment variable is not needed. --- install.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/install.mjs b/install.mjs index fea9108..9f3061f 100755 --- a/install.mjs +++ b/install.mjs @@ -447,7 +447,6 @@ async function configure(env) { 'export PASS_MGR_PATH="pass_mgr"', '', '# PaddedCell skills', - `export PADDEDCELL_SKILLS_DIR="${join(installDir, 'skills', 'paddedcell')}"`, ].join('\n'); const envFile = join(installDir, 'paddedcell.env');